#96C510

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

Shades of Citrus #96C510

Tints of Citrus #96C510

Color information

#96C510 (or 0x96C510) is unknown color: approx Citrus. HEX triplet: 96, C5 and 10. RGB value is (150,197,16). Sum of RGB (Red+Green+Blue) = 150+197+16=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #96C510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C510 is #693AEF. Grayscale: #A2A2A2. Windows color (decimal): -6896368 or 1099158. OLE color: 1099158.

HSL color Cylindrical-coordinate representation of color #96C510: hue angle of 75.58º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96C510 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB15019716-
CMYK0.2400.920.23
HSL75.58º84.98%41.76%-
HSV(B)75.58º91.88%77.25%-
XYZ32.6446.457.74-
YUV162.3145.43119.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 197 (77.34% from 255) = 54.27%
BLUE value IS 16 (6.64% from 255) = 4.41%
R=41.32%
G=54.27%
B=4.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150197160.2400.920.2375.5884.9841.76
Hex96C5101805C174c552a
Octal226305203001342711412552
Binary10010110110001011000011000010111001011110011001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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