#9EBC66

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

Shades of Olivine #9EBC66

Tints of Olivine #9EBC66

Color information

#9EBC66 (or 0x9EBC66) is unknown color: approx Olivine. HEX triplet: 9E, BC and 66. RGB value is (158,188,102). Sum of RGB (Red+Green+Blue) = 158+188+102=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC66 is #614399. Grayscale: #A9A9A9. Windows color (decimal): -6374298 or 6732958. OLE color: 6732958.

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

Color convert

RGB158188102-
CMYK0.1600.460.26
HSL80.93º39.09%56.86%-
HSV(B)80.93º45.74%73.73%-
XYZ34.4844.1919.28-
YUV169.2390.06119.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.27%
GREEN value IS 188 (73.83% from 255) = 41.96%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=35.27%
G=41.96%
B=22.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881020.1600.460.2680.9339.0956.86
Hex9EBC661002E1A512739
Octal23627414620056321214771
Binary10011110101111001100110100000101110110101010001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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