#96C528

Color #96C528 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #96C528

Tints of Yellow Green #96C528

Color information

#96C528 (or 0x96C528) is unknown color: approx Yellow Green. HEX triplet: 96, C5 and 28. RGB value is (150,197,40). Sum of RGB (Red+Green+Blue) = 150+197+40=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #96C528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C528 is #693AD7. Grayscale: #A5A5A5. Windows color (decimal): -6896344 or 2672022. OLE color: 2672022.

HSL color Cylindrical-coordinate representation of color #96C528: hue angle of 77.96º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96C528 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB15019740-
CMYK0.2400.800.23
HSL77.96º66.24%46.47%-
HSV(B)77.96º79.7%77.25%-
XYZ32.9346.579.26-
YUV165.0557.43117.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 197 (77.34% from 255) = 50.90%
BLUE value IS 40 (16.02% from 255) = 10.34%
R=38.76%
G=50.90%
B=10.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150197400.2400.800.2377.9666.2446.47
Hex96C52818050174e422e
Octal226305503001202711610256
Binary100101101100010110100011000010100001011110011101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,197,40); }

 H1.HeaderClassName
 {
   color: #96C528;
 }
 .AnyTagClassName
 {
   color: #96C528;
 }
</style>
background-color css

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

 a { background-color: rgb(150,197,40); }

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

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

 span { border-color: rgb(150,197,40); }

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