#9EB86C

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

Shades of Olivine #9EB86C

Tints of Olivine #9EB86C

Color information

#9EB86C (or 0x9EB86C) is unknown color: approx Olivine. HEX triplet: 9E, B8 and 6C. RGB value is (158,184,108). Sum of RGB (Red+Green+Blue) = 158+184+108=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB86C is #614793. Grayscale: #A7A7A7. Windows color (decimal): -6375316 or 7125150. OLE color: 7125150.

HSL color Cylindrical-coordinate representation of color #9EB86C: hue angle of 80.53º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EB86C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB158184108-
CMYK0.1400.410.28
HSL80.53º34.86%57.25%-
HSV(B)80.53º41.3%72.16%-
XYZ33.9542.6320.63-
YUV167.5694.39121.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.11%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 108 (42.58% from 255) = 24%
R=35.11%
G=40.89%
B=24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581841080.1400.410.2880.5334.8657.25
Hex9EB86CE0291C512339
Octal23627015416051341214371
Binary1001111010111000110110011100101001111001010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,184,108); }

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

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

 a { background-color: rgb(158,184,108); }

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

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

 span { border-color: rgb(158,184,108); }

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