Shades of Olivine #A1BC67
Tints of Olivine #A1BC67
RGB
CMYK
RGB Variations
Color information
#A1BC67 (or 0xA1BC67) is known color: Olivine. HEX triplet: A1, BC and 67. RGB value is (161,188,103). Sum of RGB (Red+Green+Blue) = 161+188+103=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC67 is #5E4398. Grayscale: #AAAAAA. Windows color (decimal): -6177689 or 6798497. OLE color: 6798497.
HSL color Cylindrical-coordinate representation of color #A1BC67: hue angle of 79.06º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1BC67 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 103 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.26 |
| HSL | 79.06º | 0.39% | 0.57% | - |
| HSV(B) | 79.06º | 0.45% | 0.74% | - |
| XYZ | 35.13 | 44.52 | 19.57 | - |
| YUV | 170.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 103 | 0.14 | 0 | 0.45 | 0.26 | 79.06 | 0.39 | 0.57 |
| Hex | A1 | BC | 67 | E | 0 | 2D | 1A | 4F | 27 | 39 |
| Octal | 241 | 274 | 147 | 16 | 0 | 55 | 32 | 117 | 47 | 71 |
| Binary | 10100001 | 10111100 | 1100111 | 1110 | 0 | 101101 | 11010 | 1001111 | 100111 | 111001 |
Color Harmonies of #A1BC67
Complementary color
Monochromatic Colors of #A1BC67
Black with #A1BC67
Text Example
Text Example
White with #A1BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC67; }
p { color: rgb(161,188,103); }
H1.HeaderClassName
{
color: #A1BC67;
}
.AnyTagClassName
{
color: #A1BC67;
}
</style>
background-color css
<style>
a { background-color: #A1BC67; }
a { background-color: rgb(161,188,103); }
div.DivClassName
{
background-color: #A1BC67;
}
.BgClassName
{
background-color: #A1BC67;
}
</style>
border-color css
<style>
span { border-color: #A1BC67; }
span { border-color: rgb(161,188,103); }
td.TdClassName
{
border-color: #A1BC67;
}
.TagClassName
{
border-color: #A1BC67;
}
</style>