#9ABB80

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

Shades of Olivine #9ABB80

Tints of Olivine #9ABB80

Color information

#9ABB80 (or 0x9ABB80) is unknown color: approx Olivine. HEX triplet: 9A, BB and 80. RGB value is (154,187,128). Sum of RGB (Red+Green+Blue) = 154+187+128=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABB80 is #65447F. Grayscale: #AAAAAA. Windows color (decimal): -6636672 or 8436634. OLE color: 8436634.

HSL color Cylindrical-coordinate representation of color #9ABB80: hue angle of 93.56º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ABB80 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB154187128-
CMYK0.1800.320.27
HSL93.56º30.26%61.76%-
HSV(B)93.56º31.55%73.33%-
XYZ34.9943.9727.06-
YUV170.41104.07116.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.84%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=32.84%
G=39.87%
B=27.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541871280.1800.320.2793.5630.2661.76
Hex9ABB80120201B5e1e3e
Octal23227320022040331363676
Binary10011010101110111000000010010010000011011101111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,187,128); }

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

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

 a { background-color: rgb(154,187,128); }

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

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

 span { border-color: rgb(154,187,128); }

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