Html Css Color HEX #96C008 Citrus

📋 copy color: '#96C008'

red 150 ◦ green 192 ◦ blue 8

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

Shades of Citrus #96C008

Tints of Citrus #96C008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.29%

R = 42.86%
G = 54.86%
B = 2.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#96C008 (or 0x96C008) is known color: Citrus. HEX triplet: 96, C0 and 08. RGB value is (150,192,8). Sum of RGB (Red+Green+Blue) = 150+192+8=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #96C008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C008 is #693FF7. Grayscale: #9F9F9F. Windows color (decimal): -6897656 or 573590. OLE color: 573590.

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

Color convert

RGB 150 192 8 -
CMYK 0.22 0 0.96 0.25
HSL 73.7º 0.92% 0.39% -
HSV(B) 73.7º 0.96% 0.75% -
XYZ 31.47 44.2 7.1 -
YUV 158.47 43.09 121.96 -
System Red Green Blue C M Y K H S L
Decimal 150 192 8 0.22 0 0.96 0.25 73.7 0.92 0.39
Hex 96 C0 8 16 0 60 19 4A 5C 27
Octal 226 300 10 26 0 140 31 112 134 47
Binary 10010110 11000000 1000 10110 0 1100000 11001 1001010 1011100 100111

Color Harmonies of #96C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C008

Black with #96C008

Text Example


Text Example

White with #96C008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96C008;
 }
 .AnyTagClassName
 {
   color: #96C008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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