#9EBC6A

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

Shades of Olivine #9EBC6A

Tints of Olivine #9EBC6A

Color information

#9EBC6A (or 0x9EBC6A) is unknown color: approx Olivine. HEX triplet: 9E, BC and 6A. RGB value is (158,188,106). Sum of RGB (Red+Green+Blue) = 158+188+106=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC6A is #614395. Grayscale: #A9A9A9. Windows color (decimal): -6374294 or 6995102. OLE color: 6995102.

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

Color convert

RGB158188106-
CMYK0.1600.440.26
HSL81.95º37.96%57.65%-
HSV(B)81.95º43.62%73.73%-
XYZ34.6944.2820.35-
YUV169.6892.06119.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.96%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=34.96%
G=41.59%
B=23.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881060.1600.440.2681.9537.9657.65
Hex9EBC6A1002C1A52263a
Octal23627415220054321224672
Binary10011110101111001101010100000101100110101010010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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