#96960C

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

Shades of Citron #96960C

Tints of Citron #96960C

Color information

#96960C (or 0x96960C) is unknown color: approx Citron. HEX triplet: 96, 96 and 0C. RGB value is (150,150,12). Sum of RGB (Red+Green+Blue) = 150+150+12=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96960C is #6969F3. Grayscale: #868686. Windows color (decimal): -6908404 or 824982. OLE color: 824982.

HSL color Cylindrical-coordinate representation of color #96960C: hue angle of 60º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96960C is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB15015012-
CMYK000.920.41
HSL60º85.19%31.76%-
HSV(B)60º92%58.82%-
XYZ23.5528.324.57-
YUV134.2759139.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 150 (58.98% from 255) = 48.08%
BLUE value IS 12 (5.08% from 255) = 3.85%
R=48.08%
G=48.08%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15015012000.920.416085.1931.76
Hex9696C005C293c5520
Octal2262261400134517412540
Binary100101101001011011000010111001010011111001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96960C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96960C; }

 p { color: rgb(150,150,12); }

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

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

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

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

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

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

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