#96C461

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

Shades of Olivine #96C461

Tints of Olivine #96C461

Color information

#96C461 (or 0x96C461) is unknown color: approx Olivine. HEX triplet: 96, C4 and 61. RGB value is (150,196,97). Sum of RGB (Red+Green+Blue) = 150+196+97=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #96C461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C461 is #693B9E. Grayscale: #ABABAB. Windows color (decimal): -6896543 or 6407318. OLE color: 6407318.

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

Color convert

RGB15019697-
CMYK0.2300.510.23
HSL87.88º45.62%57.45%-
HSV(B)87.88º50.51%76.86%-
XYZ34.4846.8318.53-
YUV170.9686.26113.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 196 (76.95% from 255) = 44.24%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=33.86%
G=44.24%
B=21.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150196970.2300.510.2387.8845.6257.45
Hex96C4611703317582e39
Octal22630414127063271305671
Binary10010110110001001100001101110110011101111011000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,196,97); }

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

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

 a { background-color: rgb(150,196,97); }

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

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

 span { border-color: rgb(150,196,97); }

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