#9EBE6C

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

Shades of Olivine #9EBE6C

Tints of Olivine #9EBE6C

Color information

#9EBE6C (or 0x9EBE6C) is unknown color: approx Olivine. HEX triplet: 9E, BE and 6C. RGB value is (158,190,108). Sum of RGB (Red+Green+Blue) = 158+190+108=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE6C is #614193. Grayscale: #ABABAB. Windows color (decimal): -6373780 or 7126686. OLE color: 7126686.

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

Color convert

RGB158190108-
CMYK0.1700.430.25
HSL83.41º38.68%58.43%-
HSV(B)83.41º43.16%74.51%-
XYZ35.2245.1821.05-
YUV171.0892.4118.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=34.65%
G=41.67%
B=23.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901080.1700.430.2583.4138.6858.43
Hex9EBE6C1102B1953273a
Octal23627615421053311234772
Binary10011110101111101101100100010101011110011010011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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