Shades of Bahia #A2BF16
Tints of Bahia #A2BF16
RGB
CMYK
RGB Variations
Color information
#A2BF16 (or 0xA2BF16) is known color: Bahia. HEX triplet: A2, BF and 16. RGB value is (162,191,22). Sum of RGB (Red+Green+Blue) = 162+191+22=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BF16 is #5D40E9. Grayscale: #A3A3A3. Windows color (decimal): -6111466 or 1490850. OLE color: 1490850.
HSL color Cylindrical-coordinate representation of color #A2BF16: hue angle of 70.3º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2BF16 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 22 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.25 |
| HSL | 70.3º | 0.79% | 0.42% | - |
| HSV(B) | 70.3º | 0.88% | 0.75% | - |
| XYZ | 33.68 | 45 | 7.67 | - |
| YUV | 163.06 | 48.39 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 22 | 0.15 | 0 | 0.88 | 0.25 | 70.3 | 0.79 | 0.42 |
| Hex | A2 | BF | 16 | F | 0 | 58 | 19 | 46 | 4F | 2A |
| Octal | 242 | 277 | 26 | 17 | 0 | 130 | 31 | 106 | 117 | 52 |
| Binary | 10100010 | 10111111 | 10110 | 1111 | 0 | 1011000 | 11001 | 1000110 | 1001111 | 101010 |
Color Harmonies of #A2BF16
Complementary color
Monochromatic Colors of #A2BF16
Black with #A2BF16
Text Example
Text Example
White with #A2BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF16; }
p { color: rgb(162,191,22); }
H1.HeaderClassName
{
color: #A2BF16;
}
.AnyTagClassName
{
color: #A2BF16;
}
</style>
background-color css
<style>
a { background-color: #A2BF16; }
a { background-color: rgb(162,191,22); }
div.DivClassName
{
background-color: #A2BF16;
}
.BgClassName
{
background-color: #A2BF16;
}
</style>
border-color css
<style>
span { border-color: #A2BF16; }
span { border-color: rgb(162,191,22); }
td.TdClassName
{
border-color: #A2BF16;
}
.TagClassName
{
border-color: #A2BF16;
}
</style>