Html Css Color HEX #96C208 Citrus

📋 copy color: '#96C208'

red 150 ◦ green 194 ◦ blue 8

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

Shades of Citrus #96C208

Tints of Citrus #96C208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.11%

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

R = 42.61%
G = 55.11%
B = 2.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#96C208 (or 0x96C208) is known color: Citrus. HEX triplet: 96, C2 and 08. RGB value is (150,194,8). Sum of RGB (Red+Green+Blue) = 150+194+8=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #96C208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C208 is #693DF7. Grayscale: #A0A0A0. Windows color (decimal): -6897144 or 574102. OLE color: 574102.

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

Color convert

RGB 150 194 8 -
CMYK 0.23 0 0.96 0.24
HSL 74.19º 0.92% 0.4% -
HSV(B) 74.19º 0.96% 0.76% -
XYZ 31.91 45.09 7.25 -
YUV 159.64 42.42 121.12 -
System Red Green Blue C M Y K H S L
Decimal 150 194 8 0.23 0 0.96 0.24 74.19 0.92 0.4
Hex 96 C2 8 17 0 60 18 4A 5C 28
Octal 226 302 10 27 0 140 30 112 134 50
Binary 10010110 11000010 1000 10111 0 1100000 11000 1001010 1011100 101000

Color Harmonies of #96C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C208

Black with #96C208

Text Example


Text Example

White with #96C208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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