#9EBE6A

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

Shades of Olivine #9EBE6A

Tints of Olivine #9EBE6A

Color information

#9EBE6A (or 0x9EBE6A) is unknown color: approx Olivine. HEX triplet: 9E, BE and 6A. RGB value is (158,190,106). Sum of RGB (Red+Green+Blue) = 158+190+106=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE6A is #614195. Grayscale: #ABABAB. Windows color (decimal): -6373782 or 6995614. OLE color: 6995614.

HSL color Cylindrical-coordinate representation of color #9EBE6A: hue angle of 82.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9EBE6A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB158190106-
CMYK0.1700.440.25
HSL82.86º39.25%58.04%-
HSV(B)82.86º44.21%74.51%-
XYZ35.1245.1420.5-
YUV170.8691.4118.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.80%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=34.80%
G=41.85%
B=23.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901060.1700.440.2582.8639.2558.04
Hex9EBE6A1102C1953273a
Octal23627615221054311234772
Binary10011110101111101101010100010101100110011010011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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