Shades of Bahia #A2B617
Tints of Bahia #A2B617
RGB
CMYK
RGB Variations
Color information
#A2B617 (or 0xA2B617) is known color: Bahia. HEX triplet: A2, B6 and 17. RGB value is (162,182,23). Sum of RGB (Red+Green+Blue) = 162+182+23=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B617 is #5D49E8. Grayscale: #9E9E9E. Windows color (decimal): -6113769 or 1554082. OLE color: 1554082.
HSL color Cylindrical-coordinate representation of color #A2B617: hue angle of 67.55º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2B617 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 23 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.29 |
| HSL | 67.55º | 0.78% | 0.4% | - |
| HSV(B) | 67.55º | 0.87% | 0.71% | - |
| XYZ | 31.78 | 41.2 | 7.09 | - |
| YUV | 157.89 | 51.87 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 23 | 0.11 | 0 | 0.87 | 0.29 | 67.55 | 0.78 | 0.4 |
| Hex | A2 | B6 | 17 | B | 0 | 57 | 1D | 44 | 4E | 28 |
| Octal | 242 | 266 | 27 | 13 | 0 | 127 | 35 | 104 | 116 | 50 |
| Binary | 10100010 | 10110110 | 10111 | 1011 | 0 | 1010111 | 11101 | 1000100 | 1001110 | 101000 |
Color Harmonies of #A2B617
Complementary color
Monochromatic Colors of #A2B617
Black with #A2B617
Text Example
Text Example
White with #A2B617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B617; }
p { color: rgb(162,182,23); }
H1.HeaderClassName
{
color: #A2B617;
}
.AnyTagClassName
{
color: #A2B617;
}
</style>
background-color css
<style>
a { background-color: #A2B617; }
a { background-color: rgb(162,182,23); }
div.DivClassName
{
background-color: #A2B617;
}
.BgClassName
{
background-color: #A2B617;
}
</style>
border-color css
<style>
span { border-color: #A2B617; }
span { border-color: rgb(162,182,23); }
td.TdClassName
{
border-color: #A2B617;
}
.TagClassName
{
border-color: #A2B617;
}
</style>