#9AB471

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

Shades of Olivine #9AB471

Tints of Olivine #9AB471

Color information

#9AB471 (or 0x9AB471) is unknown color: approx Olivine. HEX triplet: 9A, B4 and 71. RGB value is (154,180,113). Sum of RGB (Red+Green+Blue) = 154+180+113=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB471 is #654B8E. Grayscale: #A4A4A4. Windows color (decimal): -6638479 or 7451802. OLE color: 7451802.

HSL color Cylindrical-coordinate representation of color #9AB471: hue angle of 83.28º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AB471 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB154180113-
CMYK0.1400.370.29
HSL83.28º30.88%57.45%-
HSV(B)83.28º37.22%70.59%-
XYZ32.6340.721.76-
YUV164.5998.89120.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.45%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=34.45%
G=40.27%
B=25.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541801130.1400.370.2983.2830.8857.45
Hex9AB471E0251D531f39
Octal23226416116045351233771
Binary100110101011010011100011110010010111101101001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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