Html Css Color HEX #96C220 Yellow Green

📋 copy color: '#96C220'

red 150 ◦ green 194 ◦ blue 32

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

Shades of Yellow Green #96C220

Tints of Yellow Green #96C220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.51%

R = 39.89%
G = 51.6%
B = 8.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#96C220 (or 0x96C220) is known color: Yellow Green. HEX triplet: 96, C2 and 20. RGB value is (150,194,32). Sum of RGB (Red+Green+Blue) = 150+194+32=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #96C220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C220 is #693DDF. Grayscale: #A2A2A2. Windows color (decimal): -6897120 or 2146966. OLE color: 2146966.

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

Color convert

RGB 150 194 32 -
CMYK 0.23 0 0.84 0.24
HSL 76.3º 0.72% 0.44% -
HSV(B) 76.3º 0.84% 0.76% -
XYZ 32.13 45.17 8.39 -
YUV 162.38 54.42 119.17 -
System Red Green Blue C M Y K H S L
Decimal 150 194 32 0.23 0 0.84 0.24 76.3 0.72 0.44
Hex 96 C2 20 17 0 54 18 4C 48 2C
Octal 226 302 40 27 0 124 30 114 110 54
Binary 10010110 11000010 100000 10111 0 1010100 11000 1001100 1001000 101100

Color Harmonies of #96C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C220

Black with #96C220

Text Example


Text Example

White with #96C220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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