Html Css Color HEX #96C831 Yellow Green

📋 copy color: '#96C831'

red 150 ◦ green 200 ◦ blue 49

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

Shades of Yellow Green #96C831

Tints of Yellow Green #96C831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.28%

R = 37.59%
G = 50.13%
B = 12.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#96C831 (or 0x96C831) is known color: Yellow Green. HEX triplet: 96, C8 and 31. RGB value is (150,200,49). Sum of RGB (Red+Green+Blue) = 150+200+49=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #96C831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C831 is #6937CE. Grayscale: #A8A8A8. Windows color (decimal): -6895567 or 3262614. OLE color: 3262614.

HSL color Cylindrical-coordinate representation of color #96C831: hue angle of 79.87º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96C831 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 49 -
CMYK 0.25 0 0.76 0.22
HSL 79.87º 0.61% 0.49% -
HSV(B) 79.87º 0.76% 0.78% -
XYZ 33.79 48.01 10.39 -
YUV 167.84 60.94 115.28 -
System Red Green Blue C M Y K H S L
Decimal 150 200 49 0.25 0 0.76 0.22 79.87 0.61 0.49
Hex 96 C8 31 19 0 4C 16 50 3D 31
Octal 226 310 61 31 0 114 26 120 75 61
Binary 10010110 11001000 110001 11001 0 1001100 10110 1010000 111101 110001

Color Harmonies of #96C831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C831

Black with #96C831

Text Example


Text Example

White with #96C831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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