#9ABD5F

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

Shades of Olivine #9ABD5F

Tints of Olivine #9ABD5F

Color information

#9ABD5F (or 0x9ABD5F) is unknown color: approx Olivine. HEX triplet: 9A, BD and 5F. RGB value is (154,189,95). Sum of RGB (Red+Green+Blue) = 154+189+95=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD5F is #6542A0. Grayscale: #A8A8A8. Windows color (decimal): -6636193 or 6274458. OLE color: 6274458.

HSL color Cylindrical-coordinate representation of color #9ABD5F: hue angle of 82.34º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ABD5F is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB15418995-
CMYK0.1900.500.26
HSL82.34º41.59%55.69%-
HSV(B)82.34º49.74%74.12%-
XYZ33.5944.0917.57-
YUV167.8286.9118.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 189 (74.22% from 255) = 43.15%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=35.16%
G=43.15%
B=21.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154189950.1900.500.2682.3441.5955.69
Hex9ABD5F130321A522a38
Octal23227513723062321225270
Binary10011010101111011011111100110110010110101010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,189,95); }

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

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

 a { background-color: rgb(154,189,95); }

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

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

 span { border-color: rgb(154,189,95); }

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