#96c932

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

Shades of Yellow Green #96C932

Tints of Yellow Green #96C932

Color information

#96C932 (or 0x96C932) is unknown color: approx Yellow Green. HEX triplet: 96, C9 and 32. RGB value is (150,201,50). Sum of RGB (Red+Green+Blue) = 150+201+50=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #96C932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C932 is #6936CD. Grayscale: #A9A9A9. Windows color (decimal): -6895310 or 3328406. OLE color: 3328406.

HSL color Cylindrical-coordinate representation of color #96C932: hue angle of 80.26º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96C932 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB15020150-
CMYK0.2500.750.21
HSL80.26º60.16%49.22%-
HSV(B)80.26º75.12%78.82%-
XYZ34.0448.4910.58-
YUV168.5461.1114.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 201 (78.91% from 255) = 50.12%
BLUE value IS 50 (19.92% from 255) = 12.47%
R=37.41%
G=50.12%
B=12.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150201500.2500.750.2180.2660.1649.22
Hex96C9321904B15503c31
Octal22631162310113251207461
Binary10010110110010011100101100101001011101011010000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,201,50); }

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

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

 a { background-color: rgb(150,201,50); }

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

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

 span { border-color: rgb(150,201,50); }

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