#96C534

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

Shades of Yellow Green #96C534

Tints of Yellow Green #96C534

Color information

#96C534 (or 0x96C534) is unknown color: approx Yellow Green. HEX triplet: 96, C5 and 34. RGB value is (150,197,52). Sum of RGB (Red+Green+Blue) = 150+197+52=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #96C534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C534 is #693ACB. Grayscale: #A6A6A6. Windows color (decimal): -6896332 or 3458454. OLE color: 3458454.

HSL color Cylindrical-coordinate representation of color #96C534: hue angle of 79.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96C534 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB15019752-
CMYK0.2400.740.23
HSL79.45º58.23%48.82%-
HSV(B)79.45º73.6%77.25%-
XYZ33.1646.6610.51-
YUV166.4263.43116.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 197 (77.34% from 255) = 49.37%
BLUE value IS 52 (20.70% from 255) = 13.03%
R=37.59%
G=49.37%
B=13.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150197520.2400.740.2379.4558.2348.82
Hex96C5341804A174f3a31
Octal22630564300112271177261
Binary10010110110001011101001100001001010101111001111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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