#9EBA6D

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

Shades of Olivine #9EBA6D

Tints of Olivine #9EBA6D

Color information

#9EBA6D (or 0x9EBA6D) is unknown color: approx Olivine. HEX triplet: 9E, BA and 6D. RGB value is (158,186,109). Sum of RGB (Red+Green+Blue) = 158+186+109=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA6D is #614592. Grayscale: #A9A9A9. Windows color (decimal): -6374803 or 7191198. OLE color: 7191198.

HSL color Cylindrical-coordinate representation of color #9EBA6D: hue angle of 81.82º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EBA6D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB158186109-
CMYK0.1500.410.27
HSL81.82º35.81%57.84%-
HSV(B)81.82º41.4%72.94%-
XYZ34.4243.4921.05-
YUV168.8594.22120.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.88%
GREEN value IS 186 (73.05% from 255) = 41.06%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=34.88%
G=41.06%
B=24.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581861090.1500.410.2781.8235.8157.84
Hex9EBA6DF0291B52243a
Octal23627215517051331224472
Binary1001111010111010110110111110101001110111010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,186,109); }

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

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

 a { background-color: rgb(158,186,109); }

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

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

 span { border-color: rgb(158,186,109); }

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