#A1B17D

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

Shades of Olivine #A1B17D

Tints of Olivine #A1B17D

Color information

#A1B17D (or 0xA1B17D) is unknown color: approx Olivine. HEX triplet: A1, B1 and 7D. RGB value is (161,177,125). Sum of RGB (Red+Green+Blue) = 161+177+125=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B17D is #5E4E82. Grayscale: #A6A6A6. Windows color (decimal): -6180483 or 8237473. OLE color: 8237473.

HSL color Cylindrical-coordinate representation of color #A1B17D: hue angle of 78.46º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1B17D is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB161177125-
CMYK0.0900.290.31
HSL78.46º25%59.22%-
HSV(B)78.46º29.38%69.41%-
XYZ34.1240.525.42-
YUV166.29104.7124.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=34.77%
G=38.23%
B=27.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771250.0900.290.3178.462559.22
HexA1B17D901D1F4e193b
Octal24126117511035371163173
Binary10100001101100011111101100101110111111100111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B17D; }

 p { color: rgb(161,177,125); }

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

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

 a { background-color: rgb(161,177,125); }

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

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

 span { border-color: rgb(161,177,125); }

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