#A1B172

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

Shades of Olivine #A1B172

Tints of Olivine #A1B172

Color information

#A1B172 (or 0xA1B172) is unknown color: approx Olivine. HEX triplet: A1, B1 and 72. RGB value is (161,177,114). Sum of RGB (Red+Green+Blue) = 161+177+114=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B172 is #5E4E8D. Grayscale: #A5A5A5. Windows color (decimal): -6180494 or 7516577. OLE color: 7516577.

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

Color convert

RGB161177114-
CMYK0.0900.360.31
HSL75.24º28.77%57.06%-
HSV(B)75.24º35.59%69.41%-
XYZ33.4640.2421.92-
YUV165.0399.2125.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=35.62%
G=39.16%
B=25.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771140.0900.360.3175.2428.7757.06
HexA1B17290241F4b1d39
Octal24126116211044371133571
Binary101000011011000111100101001010010011111100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B172; }

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

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

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

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

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

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

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

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