#96BA32

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

Shades of Yellow Green #96BA32

Tints of Yellow Green #96BA32

Color information

#96BA32 (or 0x96BA32) is unknown color: approx Yellow Green. HEX triplet: 96, BA and 32. RGB value is (150,186,50). Sum of RGB (Red+Green+Blue) = 150+186+50=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA32 is #6945CD. Grayscale: #A0A0A0. Windows color (decimal): -6899150 or 3324566. OLE color: 3324566.

HSL color Cylindrical-coordinate representation of color #96BA32: hue angle of 75.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96BA32 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB15018650-
CMYK0.1900.730.27
HSL75.88º57.63%46.27%-
HSV(B)75.88º73.12%72.94%-
XYZ30.7141.839.47-
YUV159.7366.07121.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 186 (73.05% from 255) = 48.19%
BLUE value IS 50 (19.92% from 255) = 12.95%
R=38.86%
G=48.19%
B=12.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150186500.1900.730.2775.8857.6346.27
Hex96BA32130491B4c3a2e
Octal22627262230111331147256
Binary10010110101110101100101001101001001110111001100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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