#9EB480

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

Shades of Olivine #9EB480

Tints of Olivine #9EB480

Color information

#9EB480 (or 0x9EB480) is unknown color: approx Olivine. HEX triplet: 9E, B4 and 80. RGB value is (158,180,128). Sum of RGB (Red+Green+Blue) = 158+180+128=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB480 is #614B7F. Grayscale: #A7A7A7. Windows color (decimal): -6376320 or 8434846. OLE color: 8434846.

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

Color convert

RGB158180128-
CMYK0.1200.290.29
HSL85.38º25.74%60.39%-
HSV(B)85.38º28.89%70.59%-
XYZ34.3241.4726.62-
YUV167.49105.71121.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.91%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=33.91%
G=38.63%
B=27.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801280.1200.290.2985.3825.7460.39
Hex9EB480C01D1D551a3c
Octal23626420014035351253274
Binary100111101011010010000000110001110111101101010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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