#96CA5E

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

Shades of Olivine #96CA5E

Tints of Olivine #96CA5E

Color information

#96CA5E (or 0x96CA5E) is unknown color: approx Olivine. HEX triplet: 96, CA and 5E. RGB value is (150,202,94). Sum of RGB (Red+Green+Blue) = 150+202+94=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA5E is #6935A1. Grayscale: #AEAEAE. Windows color (decimal): -6895010 or 6212246. OLE color: 6212246.

HSL color Cylindrical-coordinate representation of color #96CA5E: hue angle of 88.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96CA5E is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB15020294-
CMYK0.2600.530.21
HSL88.89º50.47%58.04%-
HSV(B)88.89º53.47%79.22%-
XYZ35.7249.5318.27-
YUV174.1482.77110.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 202 (79.30% from 255) = 45.29%
BLUE value IS 94 (37.11% from 255) = 21.08%
R=33.63%
G=45.29%
B=21.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150202940.2600.530.2188.8950.4758.04
Hex96CA5E1A0351559323a
Octal22631213632065251316272
Binary10010110110010101011110110100110101101011011001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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