Shades of Bahia #A2BF20
Tints of Bahia #A2BF20
RGB
CMYK
RGB Variations
Color information
#A2BF20 (or 0xA2BF20) is known color: Bahia. HEX triplet: A2, BF and 20. RGB value is (162,191,32). Sum of RGB (Red+Green+Blue) = 162+191+32=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BF20 is #5D40DF. Grayscale: #A4A4A4. Windows color (decimal): -6111456 or 2146210. OLE color: 2146210.
HSL color Cylindrical-coordinate representation of color #A2BF20: hue angle of 70.94º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2BF20 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 32 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.25 |
| HSL | 70.94º | 0.71% | 0.44% | - |
| HSV(B) | 70.94º | 0.83% | 0.75% | - |
| XYZ | 33.79 | 45.05 | 8.28 | - |
| YUV | 164.2 | 53.39 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 32 | 0.15 | 0 | 0.83 | 0.25 | 70.94 | 0.71 | 0.44 |
| Hex | A2 | BF | 20 | F | 0 | 53 | 19 | 47 | 47 | 2C |
| Octal | 242 | 277 | 40 | 17 | 0 | 123 | 31 | 107 | 107 | 54 |
| Binary | 10100010 | 10111111 | 100000 | 1111 | 0 | 1010011 | 11001 | 1000111 | 1000111 | 101100 |
Color Harmonies of #A2BF20
Complementary color
Monochromatic Colors of #A2BF20
Black with #A2BF20
Text Example
Text Example
White with #A2BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF20; }
p { color: rgb(162,191,32); }
H1.HeaderClassName
{
color: #A2BF20;
}
.AnyTagClassName
{
color: #A2BF20;
}
</style>
background-color css
<style>
a { background-color: #A2BF20; }
a { background-color: rgb(162,191,32); }
div.DivClassName
{
background-color: #A2BF20;
}
.BgClassName
{
background-color: #A2BF20;
}
</style>
border-color css
<style>
span { border-color: #A2BF20; }
span { border-color: rgb(162,191,32); }
td.TdClassName
{
border-color: #A2BF20;
}
.TagClassName
{
border-color: #A2BF20;
}
</style>