#9ECB5D

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

Shades of Olivine #9ECB5D

Tints of Olivine #9ECB5D

Color information

#9ECB5D (or 0x9ECB5D) is unknown color: approx Olivine. HEX triplet: 9E, CB and 5D. RGB value is (158,203,93). Sum of RGB (Red+Green+Blue) = 158+203+93=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB5D is #6134A2. Grayscale: #B1B1B1. Windows color (decimal): -6370467 or 6146974. OLE color: 6146974.

HSL color Cylindrical-coordinate representation of color #9ECB5D: hue angle of 84.55º degrees, saturation: 0.51, 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 #9ECB5D is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB15820393-
CMYK0.2200.540.20
HSL84.55º51.4%58.04%-
HSV(B)84.55º54.19%79.61%-
XYZ37.4350.7718.18-
YUV17780.59114.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.80%
GREEN value IS 203 (79.69% from 255) = 44.71%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=34.80%
G=44.71%
B=20.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158203930.2200.540.2084.5551.458.04
Hex9ECB5D160361455333a
Octal23631313526066241256372
Binary10011110110010111011101101100110110101001010101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ECB5D; }

 p { color: rgb(158,203,93); }

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

<style>
 a { background-color: #9ECB5D; }

 a { background-color: rgb(158,203,93); }

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

<style>
 span { border-color: #9ECB5D; }

 span { border-color: rgb(158,203,93); }

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