#96c85e

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

Shades of Olivine #96C85E

Tints of Olivine #96C85E

Color information

#96C85E (or 0x96C85E) is unknown color: approx Olivine. HEX triplet: 96, C8 and 5E. RGB value is (150,200,94). Sum of RGB (Red+Green+Blue) = 150+200+94=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #96C85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C85E is #6937A1. Grayscale: #ADADAD. Windows color (decimal): -6895522 or 6211734. OLE color: 6211734.

HSL color Cylindrical-coordinate representation of color #96C85E: hue angle of 88.3º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96C85E is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB15020094-
CMYK0.2500.530.22
HSL88.3º49.07%57.65%-
HSV(B)88.3º53%78.43%-
XYZ35.2548.618.11-
YUV172.9783.44111.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 200 (78.52% from 255) = 45.05%
BLUE value IS 94 (37.11% from 255) = 21.17%
R=33.78%
G=45.05%
B=21.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150200940.2500.530.2288.349.0757.65
Hex96C85E190351658313a
Octal22631013631065261306172
Binary10010110110010001011110110010110101101101011000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c85e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,200,94); }

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

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

 a { background-color: rgb(150,200,94); }

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

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

 span { border-color: rgb(150,200,94); }

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