#A1B972

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

Shades of Olivine #A1B972

Tints of Olivine #A1B972

Color information

#A1B972 (or 0xA1B972) is unknown color: approx Olivine. HEX triplet: A1, B9 and 72. RGB value is (161,185,114). Sum of RGB (Red+Green+Blue) = 161+185+114=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B972 is #5E468D. Grayscale: #A9A9A9. Windows color (decimal): -6178446 or 7518625. OLE color: 7518625.

HSL color Cylindrical-coordinate representation of color #A1B972: hue angle of 80.28º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1B972 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB161185114-
CMYK0.1300.380.27
HSL80.28º33.65%58.63%-
HSV(B)80.28º38.38%72.55%-
XYZ35.0843.4922.46-
YUV169.7396.55121.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=35%
G=40.22%
B=24.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851140.1300.380.2780.2833.6558.63
HexA1B972D0261B50223b
Octal24127116215046331204273
Binary1010000110111001111001011010100110110111010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B972; }

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

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

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

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

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

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

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

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