#9EB481

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

Shades of Olivine #9EB481

Tints of Olivine #9EB481

Color information

#9EB481 (or 0x9EB481) is unknown color: approx Olivine. HEX triplet: 9E, B4 and 81. RGB value is (158,180,129). Sum of RGB (Red+Green+Blue) = 158+180+129=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB481 is #614B7E. Grayscale: #A7A7A7. Windows color (decimal): -6376319 or 8500382. OLE color: 8500382.

HSL color Cylindrical-coordinate representation of color #9EB481: hue angle of 85.88º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EB481 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB158180129-
CMYK0.1200.280.29
HSL85.88º25.37%60.59%-
HSV(B)85.88º28.33%70.59%-
XYZ34.3841.526.97-
YUV167.61106.21121.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=33.83%
G=38.54%
B=27.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801290.1200.280.2985.8825.3760.59
Hex9EB481C01C1D56193d
Octal23626420114034351263175
Binary100111101011010010000001110001110011101101011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,129); }

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

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

 a { background-color: rgb(158,180,129); }

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

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

 span { border-color: rgb(158,180,129); }

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