#A1B37B

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

Shades of Olivine #A1B37B

Tints of Olivine #A1B37B

Color information

#A1B37B (or 0xA1B37B) is unknown color: approx Olivine. HEX triplet: A1, B3 and 7B. RGB value is (161,179,123). Sum of RGB (Red+Green+Blue) = 161+179+123=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B37B is #5E4C84. Grayscale: #A7A7A7. Windows color (decimal): -6179973 or 8106913. OLE color: 8106913.

HSL color Cylindrical-coordinate representation of color #A1B37B: hue angle of 79.29º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1B37B is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB161179123-
CMYK0.1000.310.30
HSL79.29º26.92%59.22%-
HSV(B)79.29º31.28%70.2%-
XYZ34.3941.2524.89-
YUV167.23103.04123.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=34.77%
G=38.66%
B=26.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791230.1000.310.3079.2926.9259.22
HexA1B37BA01F1E4f1b3b
Octal24126317312037361173373
Binary10100001101100111111011101001111111110100111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B37B; }

 p { color: rgb(161,179,123); }

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

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

 a { background-color: rgb(161,179,123); }

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

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

 span { border-color: rgb(161,179,123); }

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