Shades of Bahia #A2B919
Tints of Bahia #A2B919
RGB
CMYK
RGB Variations
Color information
#A2B919 (or 0xA2B919) is known color: Bahia. HEX triplet: A2, B9 and 19. RGB value is (162,185,25). Sum of RGB (Red+Green+Blue) = 162+185+25=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B919 is #5D46E6. Grayscale: #A0A0A0. Windows color (decimal): -6112999 or 1685922. OLE color: 1685922.
HSL color Cylindrical-coordinate representation of color #A2B919: hue angle of 68.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2B919 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 25 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.27 |
| HSL | 68.63º | 0.76% | 0.41% | - |
| HSV(B) | 68.63º | 0.86% | 0.73% | - |
| XYZ | 32.42 | 42.45 | 7.4 | - |
| YUV | 159.88 | 51.88 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 25 | 0.12 | 0 | 0.86 | 0.27 | 68.63 | 0.76 | 0.41 |
| Hex | A2 | B9 | 19 | C | 0 | 56 | 1B | 45 | 4C | 29 |
| Octal | 242 | 271 | 31 | 14 | 0 | 126 | 33 | 105 | 114 | 51 |
| Binary | 10100010 | 10111001 | 11001 | 1100 | 0 | 1010110 | 11011 | 1000101 | 1001100 | 101001 |
Color Harmonies of #A2B919
Complementary color
Monochromatic Colors of #A2B919
Black with #A2B919
Text Example
Text Example
White with #A2B919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B919; }
p { color: rgb(162,185,25); }
H1.HeaderClassName
{
color: #A2B919;
}
.AnyTagClassName
{
color: #A2B919;
}
</style>
background-color css
<style>
a { background-color: #A2B919; }
a { background-color: rgb(162,185,25); }
div.DivClassName
{
background-color: #A2B919;
}
.BgClassName
{
background-color: #A2B919;
}
</style>
border-color css
<style>
span { border-color: #A2B919; }
span { border-color: rgb(162,185,25); }
td.TdClassName
{
border-color: #A2B919;
}
.TagClassName
{
border-color: #A2B919;
}
</style>