#96CC5E

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

Shades of Olivine #96CC5E

Tints of Olivine #96CC5E

Color information

#96CC5E (or 0x96CC5E) is unknown color: approx Olivine. HEX triplet: 96, CC and 5E. RGB value is (150,204,94). Sum of RGB (Red+Green+Blue) = 150+204+94=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CC5E is #6933A1. Grayscale: #AFAFAF. Windows color (decimal): -6894498 or 6212758. OLE color: 6212758.

HSL color Cylindrical-coordinate representation of color #96CC5E: hue angle of 89.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96CC5E is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB15020494-
CMYK0.2600.540.2
HSL89.45º51.89%58.43%-
HSV(B)89.45º53.92%80%-
XYZ36.1950.4818.43-
YUV175.3182.11109.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 94 (37.11% from 255) = 20.98%
R=33.48%
G=45.54%
B=20.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150204940.2600.540.289.4551.8958.43
Hex96CC5E1A0361459343a
Octal22631413632066241316472
Binary10010110110011001011110110100110110101001011001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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