#9ABB5E

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

Shades of Olivine #9ABB5E

Tints of Olivine #9ABB5E

Color information

#9ABB5E (or 0x9ABB5E) is unknown color: approx Olivine. HEX triplet: 9A, BB and 5E. RGB value is (154,187,94). Sum of RGB (Red+Green+Blue) = 154+187+94=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB5E is #6544A1. Grayscale: #A6A6A6. Windows color (decimal): -6636706 or 6208410. OLE color: 6208410.

HSL color Cylindrical-coordinate representation of color #9ABB5E: hue angle of 81.29º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ABB5E is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB15418794-
CMYK0.1800.500.27
HSL81.29º40.61%55.1%-
HSV(B)81.29º49.73%73.33%-
XYZ33.1243.2217.19-
YUV166.5387.07119.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.40%
GREEN value IS 187 (73.44% from 255) = 42.99%
BLUE value IS 94 (37.11% from 255) = 21.61%
R=35.40%
G=42.99%
B=21.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154187940.1800.500.2781.2940.6155.1
Hex9ABB5E120321B512937
Octal23227313622062331215167
Binary10011010101110111011110100100110010110111010001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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