#969F27

Color #969F27 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #969F27

Tints of Citron #969F27

Color information

#969F27 (or 0x969F27) is unknown color: approx Citron. HEX triplet: 96, 9F and 27. RGB value is (150,159,39). Sum of RGB (Red+Green+Blue) = 150+159+39=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #969F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969F27 is #6960D8. Grayscale: #8F8F8F. Windows color (decimal): -6906073 or 2596758. OLE color: 2596758.

HSL color Cylindrical-coordinate representation of color #969F27: hue angle of 64.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #969F27 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB15015939-
CMYK0.0600.750.38
HSL64.5º60.61%38.82%-
HSV(B)64.5º75.47%62.35%-
XYZ25.3431.436.65-
YUV142.6369.52133.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 159 (62.5% from 255) = 45.69%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=43.10%
G=45.69%
B=11.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150159390.0600.750.3864.560.6138.82
Hex969F27604B26403d27
Octal2262374760113461007547
Binary1001011010011111100111110010010111001101000000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969F27; }

 p { color: rgb(150,159,39); }

 H1.HeaderClassName
 {
   color: #969F27;
 }
 .AnyTagClassName
 {
   color: #969F27;
 }
</style>
background-color css

<style>
 a { background-color: #969F27; }

 a { background-color: rgb(150,159,39); }

 div.DivClassName
 {
   background-color: #969F27;
 }
 .BgClassName
 {
   background-color: #969F27;
 }
</style>
border-color css

<style>
 span { border-color: #969F27; }

 span { border-color: rgb(150,159,39); }

 td.TdClassName
 {
   border-color: #969F27;
 }
 .TagClassName
 {
   border-color: #969F27;
 }
</style>