#A1B56F

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

Shades of Olivine #A1B56F

Tints of Olivine #A1B56F

Color information

#A1B56F (or 0xA1B56F) is unknown color: approx Olivine. HEX triplet: A1, B5 and 6F. RGB value is (161,181,111). Sum of RGB (Red+Green+Blue) = 161+181+111=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B56F is #5E4A90. Grayscale: #A7A7A7. Windows color (decimal): -6179473 or 7320993. OLE color: 7320993.

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

Color convert

RGB161181111-
CMYK0.1100.390.29
HSL77.14º32.11%57.25%-
HSV(B)77.14º38.67%70.98%-
XYZ34.0941.7721.31-
YUV167.0496.37123.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=35.54%
G=39.96%
B=24.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811110.1100.390.2977.1432.1157.25
HexA1B56FB0271D4d2039
Octal24126515713047351154071
Binary1010000110110101110111110110100111111011001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B56F; }

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

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

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

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

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

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

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

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