Html Css Color HEX #96C210 Citrus

📋 copy color: '#96C210'

red 150 ◦ green 194 ◦ blue 16

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

Shades of Citrus #96C210

Tints of Citrus #96C210

RGB

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

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

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

R = 41.67%
G = 53.89%
B = 4.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#96C210 (or 0x96C210) is known color: Citrus. HEX triplet: 96, C2 and 10. RGB value is (150,194,16). Sum of RGB (Red+Green+Blue) = 150+194+16=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #96C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C210 is #693DEF. Grayscale: #A1A1A1. Windows color (decimal): -6897136 or 1098390. OLE color: 1098390.

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

Color convert

RGB 150 194 16 -
CMYK 0.23 0 0.92 0.24
HSL 74.83º 0.85% 0.41% -
HSV(B) 74.83º 0.92% 0.76% -
XYZ 31.96 45.11 7.51 -
YUV 160.55 46.42 120.47 -
System Red Green Blue C M Y K H S L
Decimal 150 194 16 0.23 0 0.92 0.24 74.83 0.85 0.41
Hex 96 C2 10 17 0 5C 18 4B 55 29
Octal 226 302 20 27 0 134 30 113 125 51
Binary 10010110 11000010 10000 10111 0 1011100 11000 1001011 1010101 101001

Color Harmonies of #96C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C210

Black with #96C210

Text Example


Text Example

White with #96C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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