#96C010

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

Shades of Citrus #96C010

Tints of Citrus #96C010

Color information

#96C010 (or 0x96C010) is unknown color: approx Citrus. HEX triplet: 96, C0 and 10. RGB value is (150,192,16). Sum of RGB (Red+Green+Blue) = 150+192+16=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #96C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C010 is #693FEF. Grayscale: #A0A0A0. Windows color (decimal): -6897648 or 1097878. OLE color: 1097878.

HSL color Cylindrical-coordinate representation of color #96C010: hue angle of 74.32º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96C010 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB15019216-
CMYK0.2200.920.25
HSL74.32º84.62%40.78%-
HSV(B)74.32º91.67%75.29%-
XYZ31.5244.227.36-
YUV159.3847.09121.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 192 (75.39% from 255) = 53.63%
BLUE value IS 16 (6.64% from 255) = 4.47%
R=41.90%
G=53.63%
B=4.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150192160.2200.920.2574.3284.6240.78
Hex96C0101605C194a5529
Octal226300202601343111212551
Binary10010110110000001000010110010111001100110010101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C010; }

 p { color: rgb(150,192,16); }

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

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

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

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

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

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

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