Html Css Color HEX #96C822 Yellow Green

📋 copy color: '#96C822'

red 150 ◦ green 200 ◦ blue 34

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

Shades of Yellow Green #96C822

Tints of Yellow Green #96C822

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.08%

 BLUE value IS 34 (13.67% from 255) = 8.85%

R = 39.06%
G = 52.08%
B = 8.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#96C822 (or 0x96C822) is known color: Yellow Green. HEX triplet: 96, C8 and 22. RGB value is (150,200,34). Sum of RGB (Red+Green+Blue) = 150+200+34=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #96C822 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C822 is #6937DD. Grayscale: #A6A6A6. Windows color (decimal): -6895582 or 2279574. OLE color: 2279574.

HSL color Cylindrical-coordinate representation of color #96C822: hue angle of 78.07º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96C822 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 34 -
CMYK 0.25 0 0.83 0.22
HSL 78.07º 0.71% 0.46% -
HSV(B) 78.07º 0.83% 0.78% -
XYZ 33.52 47.91 8.99 -
YUV 166.13 53.44 116.5 -
System Red Green Blue C M Y K H S L
Decimal 150 200 34 0.25 0 0.83 0.22 78.07 0.71 0.46
Hex 96 C8 22 19 0 53 16 4E 47 2E
Octal 226 310 42 31 0 123 26 116 107 56
Binary 10010110 11001000 100010 11001 0 1010011 10110 1001110 1000111 101110

Color Harmonies of #96C822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C822

Black with #96C822

Text Example


Text Example

White with #96C822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,34); }

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

background-color css

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

 a { background-color: rgb(150,200,34); }

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

border-color css

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

 span { border-color: rgb(150,200,34); }

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