#A1B571

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

Shades of Olivine #A1B571

Tints of Olivine #A1B571

Color information

#A1B571 (or 0xA1B571) is unknown color: approx Olivine. HEX triplet: A1, B5 and 71. RGB value is (161,181,113). Sum of RGB (Red+Green+Blue) = 161+181+113=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B571 is #5E4A8E. Grayscale: #A7A7A7. Windows color (decimal): -6179471 or 7452065. OLE color: 7452065.

HSL color Cylindrical-coordinate representation of color #A1B571: hue angle of 77.65º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1B571 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB161181113-
CMYK0.1100.380.29
HSL77.65º31.48%57.65%-
HSV(B)77.65º37.57%70.98%-
XYZ34.241.8221.89-
YUV167.2797.37123.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=35.38%
G=39.78%
B=24.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811130.1100.380.2977.6531.4857.65
HexA1B571B0261D4e1f3a
Octal24126516113046351163772
Binary101000011011010111100011011010011011101100111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B571; }

 p { color: rgb(161,181,113); }

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

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

 a { background-color: rgb(161,181,113); }

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

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

 span { border-color: rgb(161,181,113); }

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