Shades of Olivine #A1BE67
Tints of Olivine #A1BE67
RGB
CMYK
RGB Variations
Color information
#A1BE67 (or 0xA1BE67) is known color: Olivine. HEX triplet: A1, BE and 67. RGB value is (161,190,103). Sum of RGB (Red+Green+Blue) = 161+190+103=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE67 is #5E4198. Grayscale: #ABABAB. Windows color (decimal): -6177177 or 6799009. OLE color: 6799009.
HSL color Cylindrical-coordinate representation of color #A1BE67: hue angle of 80º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1BE67 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 103 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.25 |
| HSL | 80º | 0.4% | 0.57% | - |
| HSV(B) | 80º | 0.46% | 0.75% | - |
| XYZ | 35.56 | 45.38 | 19.72 | - |
| YUV | 171.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 103 | 0.15 | 0 | 0.46 | 0.25 | 80 | 0.4 | 0.57 |
| Hex | A1 | BE | 67 | F | 0 | 2E | 19 | 50 | 28 | 39 |
| Octal | 241 | 276 | 147 | 17 | 0 | 56 | 31 | 120 | 50 | 71 |
| Binary | 10100001 | 10111110 | 1100111 | 1111 | 0 | 101110 | 11001 | 1010000 | 101000 | 111001 |
Color Harmonies of #A1BE67
Complementary color
Monochromatic Colors of #A1BE67
Black with #A1BE67
Text Example
Text Example
White with #A1BE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE67; }
p { color: rgb(161,190,103); }
H1.HeaderClassName
{
color: #A1BE67;
}
.AnyTagClassName
{
color: #A1BE67;
}
</style>
background-color css
<style>
a { background-color: #A1BE67; }
a { background-color: rgb(161,190,103); }
div.DivClassName
{
background-color: #A1BE67;
}
.BgClassName
{
background-color: #A1BE67;
}
</style>
border-color css
<style>
span { border-color: #A1BE67; }
span { border-color: rgb(161,190,103); }
td.TdClassName
{
border-color: #A1BE67;
}
.TagClassName
{
border-color: #A1BE67;
}
</style>