#9ABD71

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

Shades of Olivine #9ABD71

Tints of Olivine #9ABD71

Color information

#9ABD71 (or 0x9ABD71) is unknown color: approx Olivine. HEX triplet: 9A, BD and 71. RGB value is (154,189,113). Sum of RGB (Red+Green+Blue) = 154+189+113=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD71 is #65428E. Grayscale: #AAAAAA. Windows color (decimal): -6636175 or 7454106. OLE color: 7454106.

HSL color Cylindrical-coordinate representation of color #9ABD71: hue angle of 87.63º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ABD71 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB154189113-
CMYK0.1900.400.26
HSL87.63º36.54%59.22%-
HSV(B)87.63º40.21%74.12%-
XYZ34.544.4622.39-
YUV169.8795.9116.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.77%
GREEN value IS 189 (74.22% from 255) = 41.45%
BLUE value IS 113 (44.53% from 255) = 24.78%
R=33.77%
G=41.45%
B=24.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541891130.1900.400.2687.6336.5459.22
Hex9ABD71130281A58253b
Octal23227516123050321304573
Binary10011010101111011110001100110101000110101011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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