#9ABC81

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

Shades of Olivine #9ABC81

Tints of Olivine #9ABC81

Color information

#9ABC81 (or 0x9ABC81) is unknown color: approx Olivine. HEX triplet: 9A, BC and 81. RGB value is (154,188,129). Sum of RGB (Red+Green+Blue) = 154+188+129=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC81 is #65437E. Grayscale: #ABABAB. Windows color (decimal): -6636415 or 8502426. OLE color: 8502426.

HSL color Cylindrical-coordinate representation of color #9ABC81: hue angle of 94.58º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ABC81 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB154188129-
CMYK0.1800.310.26
HSL94.58º30.57%62.16%-
HSV(B)94.58º31.38%73.73%-
XYZ35.2744.4227.48-
YUV171.11104.24115.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=32.70%
G=39.92%
B=27.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881290.1800.310.2694.5830.5762.16
Hex9ABC811201F1A5f1f3e
Octal23227420122037321373776
Binary1001101010111100100000011001001111111010101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,188,129); }

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

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

 a { background-color: rgb(154,188,129); }

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

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

 span { border-color: rgb(154,188,129); }

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