#9EBC80

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

Shades of Olivine #9EBC80

Tints of Olivine #9EBC80

Color information

#9EBC80 (or 0x9EBC80) is unknown color: approx Olivine. HEX triplet: 9E, BC and 80. RGB value is (158,188,128). Sum of RGB (Red+Green+Blue) = 158+188+128=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC80 is #61437F. Grayscale: #ACACAC. Windows color (decimal): -6374272 or 8436894. OLE color: 8436894.

HSL color Cylindrical-coordinate representation of color #9EBC80: hue angle of 90º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EBC80 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB158188128-
CMYK0.1600.320.26
HSL90º30.93%61.96%-
HSV(B)90º31.91%73.73%-
XYZ35.9844.7927.17-
YUV172.19103.06117.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 39.66%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=33.33%
G=39.66%
B=27.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881280.1600.320.269030.9361.96
Hex9EBC80100201A5a1f3e
Octal23627420020040321323776
Binary10011110101111001000000010000010000011010101101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,128); }

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

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

 a { background-color: rgb(158,188,128); }

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

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

 span { border-color: rgb(158,188,128); }

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