Shades of Olivine #A1BE63
Tints of Olivine #A1BE63
RGB
CMYK
RGB Variations
Color information
#A1BE63 (or 0xA1BE63) is known color: Olivine. HEX triplet: A1, BE and 63. RGB value is (161,190,99). Sum of RGB (Red+Green+Blue) = 161+190+99=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE63 is #5E419C. Grayscale: #ABABAB. Windows color (decimal): -6177181 or 6536865. OLE color: 6536865.
HSL color Cylindrical-coordinate representation of color #A1BE63: hue angle of 79.12º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1BE63 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 99 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.25 |
| HSL | 79.12º | 0.41% | 0.57% | - |
| HSV(B) | 79.12º | 0.48% | 0.75% | - |
| XYZ | 35.36 | 45.3 | 18.69 | - |
| YUV | 170.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 99 | 0.15 | 0 | 0.48 | 0.25 | 79.12 | 0.41 | 0.57 |
| Hex | A1 | BE | 63 | F | 0 | 30 | 19 | 4F | 29 | 39 |
| Octal | 241 | 276 | 143 | 17 | 0 | 60 | 31 | 117 | 51 | 71 |
| Binary | 10100001 | 10111110 | 1100011 | 1111 | 0 | 110000 | 11001 | 1001111 | 101001 | 111001 |
Color Harmonies of #A1BE63
Complementary color
Monochromatic Colors of #A1BE63
Black with #A1BE63
Text Example
Text Example
White with #A1BE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE63; }
p { color: rgb(161,190,99); }
H1.HeaderClassName
{
color: #A1BE63;
}
.AnyTagClassName
{
color: #A1BE63;
}
</style>
background-color css
<style>
a { background-color: #A1BE63; }
a { background-color: rgb(161,190,99); }
div.DivClassName
{
background-color: #A1BE63;
}
.BgClassName
{
background-color: #A1BE63;
}
</style>
border-color css
<style>
span { border-color: #A1BE63; }
span { border-color: rgb(161,190,99); }
td.TdClassName
{
border-color: #A1BE63;
}
.TagClassName
{
border-color: #A1BE63;
}
</style>