Html Css Color HEX #96C32B Yellow Green

📋 copy color: '#96C32B'

red 150 ◦ green 195 ◦ blue 43

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

Shades of Yellow Green #96C32B

Tints of Yellow Green #96C32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.26%

 BLUE value IS 43 (17.19% from 255) = 11.08%

R = 38.66%
G = 50.26%
B = 11.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#96C32B (or 0x96C32B) is known color: Yellow Green. HEX triplet: 96, C3 and 2B. RGB value is (150,195,43). Sum of RGB (Red+Green+Blue) = 150+195+43=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #96C32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C32B is #693CD4. Grayscale: #A4A4A4. Windows color (decimal): -6896853 or 2868118. OLE color: 2868118.

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

Color convert

RGB 150 195 43 -
CMYK 0.23 0 0.78 0.24
HSL 77.76º 0.64% 0.47% -
HSV(B) 77.76º 0.78% 0.76% -
XYZ 32.53 45.69 9.39 -
YUV 164.22 59.59 117.86 -
System Red Green Blue C M Y K H S L
Decimal 150 195 43 0.23 0 0.78 0.24 77.76 0.64 0.47
Hex 96 C3 2B 17 0 4E 18 4E 40 2F
Octal 226 303 53 27 0 116 30 116 100 57
Binary 10010110 11000011 101011 10111 0 1001110 11000 1001110 1000000 101111

Color Harmonies of #96C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C32B

Black with #96C32B

Text Example


Text Example

White with #96C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,195,43); }

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

background-color css

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

 a { background-color: rgb(150,195,43); }

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

border-color css

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

 span { border-color: rgb(150,195,43); }

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