Shades of Bahia #A2B827
Tints of Bahia #A2B827
RGB
CMYK
RGB Variations
Color information
#A2B827 (or 0xA2B827) is known color: Bahia. HEX triplet: A2, B8 and 27. RGB value is (162,184,39). Sum of RGB (Red+Green+Blue) = 162+184+39=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B827 is #5D47D8. Grayscale: #A1A1A1. Windows color (decimal): -6113241 or 2603170. OLE color: 2603170.
HSL color Cylindrical-coordinate representation of color #A2B827: hue angle of 69.1º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2B827 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 39 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.28 |
| HSL | 69.1º | 0.65% | 0.44% | - |
| HSV(B) | 69.1º | 0.79% | 0.72% | - |
| XYZ | 32.41 | 42.11 | 8.34 | - |
| YUV | 160.89 | 59.21 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 39 | 0.12 | 0 | 0.79 | 0.28 | 69.1 | 0.65 | 0.44 |
| Hex | A2 | B8 | 27 | C | 0 | 4F | 1C | 45 | 41 | 2C |
| Octal | 242 | 270 | 47 | 14 | 0 | 117 | 34 | 105 | 101 | 54 |
| Binary | 10100010 | 10111000 | 100111 | 1100 | 0 | 1001111 | 11100 | 1000101 | 1000001 | 101100 |
Color Harmonies of #A2B827
Complementary color
Monochromatic Colors of #A2B827
Black with #A2B827
Text Example
Text Example
White with #A2B827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B827; }
p { color: rgb(162,184,39); }
H1.HeaderClassName
{
color: #A2B827;
}
.AnyTagClassName
{
color: #A2B827;
}
</style>
background-color css
<style>
a { background-color: #A2B827; }
a { background-color: rgb(162,184,39); }
div.DivClassName
{
background-color: #A2B827;
}
.BgClassName
{
background-color: #A2B827;
}
</style>
border-color css
<style>
span { border-color: #A2B827; }
span { border-color: rgb(162,184,39); }
td.TdClassName
{
border-color: #A2B827;
}
.TagClassName
{
border-color: #A2B827;
}
</style>