Shades of Olivine #A1B46D
Tints of Olivine #A1B46D
RGB
CMYK
RGB Variations
Color information
#A1B46D (or 0xA1B46D) is known color: Olivine. HEX triplet: A1, B4 and 6D. RGB value is (161,180,109). Sum of RGB (Red+Green+Blue) = 161+180+109=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B46D is #5E4B92. Grayscale: #A6A6A6. Windows color (decimal): -6179731 or 7189665. OLE color: 7189665.
HSL color Cylindrical-coordinate representation of color #A1B46D: hue angle of 76.06º 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 #A1B46D is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 109 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.29 |
| HSL | 76.06º | 0.32% | 0.57% | - |
| HSV(B) | 76.06º | 0.39% | 0.71% | - |
| XYZ | 33.78 | 41.32 | 20.66 | - |
| YUV | 166.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 109 | 0.11 | 0 | 0.39 | 0.29 | 76.06 | 0.32 | 0.57 |
| Hex | A1 | B4 | 6D | B | 0 | 27 | 1D | 4C | 20 | 39 |
| Octal | 241 | 264 | 155 | 13 | 0 | 47 | 35 | 114 | 40 | 71 |
| Binary | 10100001 | 10110100 | 1101101 | 1011 | 0 | 100111 | 11101 | 1001100 | 100000 | 111001 |
Color Harmonies of #A1B46D
Complementary color
Monochromatic Colors of #A1B46D
Black with #A1B46D
Text Example
Text Example
White with #A1B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B46D; }
p { color: rgb(161,180,109); }
H1.HeaderClassName
{
color: #A1B46D;
}
.AnyTagClassName
{
color: #A1B46D;
}
</style>
background-color css
<style>
a { background-color: #A1B46D; }
a { background-color: rgb(161,180,109); }
div.DivClassName
{
background-color: #A1B46D;
}
.BgClassName
{
background-color: #A1B46D;
}
</style>
border-color css
<style>
span { border-color: #A1B46D; }
span { border-color: rgb(161,180,109); }
td.TdClassName
{
border-color: #A1B46D;
}
.TagClassName
{
border-color: #A1B46D;
}
</style>