#9EBB5F

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

Shades of Olivine #9EBB5F

Tints of Olivine #9EBB5F

Color information

#9EBB5F (or 0x9EBB5F) is unknown color: approx Olivine. HEX triplet: 9E, BB and 5F. RGB value is (158,187,95). Sum of RGB (Red+Green+Blue) = 158+187+95=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBB5F is #6144A0. Grayscale: #A8A8A8. Windows color (decimal): -6374561 or 6273950. OLE color: 6273950.

HSL color Cylindrical-coordinate representation of color #9EBB5F: hue angle of 78.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EBB5F is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB15818795-
CMYK0.1600.490.27
HSL78.91º40.35%55.29%-
HSV(B)78.91º49.2%73.33%-
XYZ33.9443.6417.46-
YUV167.8486.89120.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.91%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=35.91%
G=42.5%
B=21.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158187950.1600.490.2778.9140.3555.29
Hex9EBB5F100311B4f2837
Octal23627313720061331175067
Binary10011110101110111011111100000110001110111001111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,187,95); }

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

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

 a { background-color: rgb(158,187,95); }

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

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

 span { border-color: rgb(158,187,95); }

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