#96BA3F

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

Shades of Yellow Green #96BA3F

Tints of Yellow Green #96BA3F

Color information

#96BA3F (or 0x96BA3F) is unknown color: approx Yellow Green. HEX triplet: 96, BA and 3F. RGB value is (150,186,63). Sum of RGB (Red+Green+Blue) = 150+186+63=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA3F is #6945C0. Grayscale: #A1A1A1. Windows color (decimal): -6899137 or 4176534. OLE color: 4176534.

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

Color convert

RGB15018663-
CMYK0.1900.660.27
HSL77.56º49.4%48.82%-
HSV(B)77.56º66.13%72.94%-
XYZ31.0341.9611.17-
YUV161.2172.57120-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 63 (25% from 255) = 15.79%
R=37.59%
G=46.62%
B=15.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150186630.1900.660.2777.5649.448.82
Hex96BA3F130421B4e3131
Octal22627277230102331166161
Binary10010110101110101111111001101000010110111001110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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