Html Css Color HEX #96C010 Citrus

📋 copy color: '#96C010'

red 150 ◦ green 192 ◦ blue 16

#96C010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #96C010

Tints of Citrus #96C010

RGB

 RED value IS 150 (58.98% from 255) = 41.9%

 GREEN value IS 192 (75.39% from 255) = 53.63%

 BLUE value IS 16 (6.64% from 255) = 4.47%

R = 41.9%
G = 53.63%
B = 4.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#96C010 (or 0x96C010) is known color: 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

RGB 150 192 16 -
CMYK 0.22 0 0.92 0.25
HSL 74.32º 0.85% 0.41% -
HSV(B) 74.32º 0.92% 0.75% -
XYZ 31.52 44.22 7.36 -
YUV 159.38 47.09 121.31 -
System Red Green Blue C M Y K H S L
Decimal 150 192 16 0.22 0 0.92 0.25 74.32 0.85 0.41
Hex 96 C0 10 16 0 5C 19 4A 55 29
Octal 226 300 20 26 0 134 31 112 125 51
Binary 10010110 11000000 10000 10110 0 1011100 11001 1001010 1010101 101001

Color Harmonies of #96C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C010

Black with #96C010

Text Example


Text Example

White with #96C010

Text Example


Text Example

HTML Codes & Css Web 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>