Shades of Bahia #A2B71F
Tints of Bahia #A2B71F
RGB
CMYK
RGB Variations
Color information
#A2B71F (or 0xA2B71F) is known color: Bahia. HEX triplet: A2, B7 and 1F. RGB value is (162,183,31). Sum of RGB (Red+Green+Blue) = 162+183+31=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B71F is #5D48E0. Grayscale: #9F9F9F. Windows color (decimal): -6113505 or 2078626. OLE color: 2078626.
HSL color Cylindrical-coordinate representation of color #A2B71F: hue angle of 68.29º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2B71F is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 31 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.28 |
| HSL | 68.29º | 0.71% | 0.42% | - |
| HSV(B) | 68.29º | 0.83% | 0.72% | - |
| XYZ | 32.08 | 41.65 | 7.64 | - |
| YUV | 159.39 | 55.54 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 31 | 0.11 | 0 | 0.83 | 0.28 | 68.29 | 0.71 | 0.42 |
| Hex | A2 | B7 | 1F | B | 0 | 53 | 1C | 44 | 47 | 2A |
| Octal | 242 | 267 | 37 | 13 | 0 | 123 | 34 | 104 | 107 | 52 |
| Binary | 10100010 | 10110111 | 11111 | 1011 | 0 | 1010011 | 11100 | 1000100 | 1000111 | 101010 |
Color Harmonies of #A2B71F
Complementary color
Monochromatic Colors of #A2B71F
Black with #A2B71F
Text Example
Text Example
White with #A2B71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B71F; }
p { color: rgb(162,183,31); }
H1.HeaderClassName
{
color: #A2B71F;
}
.AnyTagClassName
{
color: #A2B71F;
}
</style>
background-color css
<style>
a { background-color: #A2B71F; }
a { background-color: rgb(162,183,31); }
div.DivClassName
{
background-color: #A2B71F;
}
.BgClassName
{
background-color: #A2B71F;
}
</style>
border-color css
<style>
span { border-color: #A2B71F; }
span { border-color: rgb(162,183,31); }
td.TdClassName
{
border-color: #A2B71F;
}
.TagClassName
{
border-color: #A2B71F;
}
</style>