#969118

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

Shades of Citron #969118

Tints of Citron #969118

Color information

#969118 (or 0x969118) is unknown color: approx Citron. HEX triplet: 96, 91 and 18. RGB value is (150,145,24). Sum of RGB (Red+Green+Blue) = 150+145+24=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #969118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969118 is #696EE7. Grayscale: #858585. Windows color (decimal): -6909672 or 1610134. OLE color: 1610134.

HSL color Cylindrical-coordinate representation of color #969118: hue angle of 57.62º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #969118 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB15014524-
CMYK00.030.840.41
HSL57.62º72.41%34.12%-
HSV(B)57.62º84%58.82%-
XYZ22.8726.84.83-
YUV132.766.66140.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=47.02%
G=45.45%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501452400.030.840.4157.6272.4134.12
Hex9691180354293a4822
Octal2262213003124517211042
Binary10010110100100011100001110101001010011110101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969118; }

 p { color: rgb(150,145,24); }

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

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

 a { background-color: rgb(150,145,24); }

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

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

 span { border-color: rgb(150,145,24); }

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