Shades of Bahia #A2B71D
Tints of Bahia #A2B71D
RGB
CMYK
RGB Variations
Color information
#A2B71D (or 0xA2B71D) is known color: Bahia. HEX triplet: A2, B7 and 1D. RGB value is (162,183,29). Sum of RGB (Red+Green+Blue) = 162+183+29=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B71D is #5D48E2. Grayscale: #9F9F9F. Windows color (decimal): -6113507 or 1947554. OLE color: 1947554.
HSL color Cylindrical-coordinate representation of color #A2B71D: hue angle of 68.18º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2B71D is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 29 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.28 |
| HSL | 68.18º | 0.73% | 0.42% | - |
| HSV(B) | 68.18º | 0.84% | 0.72% | - |
| XYZ | 32.06 | 41.64 | 7.51 | - |
| YUV | 159.17 | 54.54 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 29 | 0.11 | 0 | 0.84 | 0.28 | 68.18 | 0.73 | 0.42 |
| Hex | A2 | B7 | 1D | B | 0 | 54 | 1C | 44 | 49 | 2A |
| Octal | 242 | 267 | 35 | 13 | 0 | 124 | 34 | 104 | 111 | 52 |
| Binary | 10100010 | 10110111 | 11101 | 1011 | 0 | 1010100 | 11100 | 1000100 | 1001001 | 101010 |
Color Harmonies of #A2B71D
Complementary color
Monochromatic Colors of #A2B71D
Black with #A2B71D
Text Example
Text Example
White with #A2B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B71D; }
p { color: rgb(162,183,29); }
H1.HeaderClassName
{
color: #A2B71D;
}
.AnyTagClassName
{
color: #A2B71D;
}
</style>
background-color css
<style>
a { background-color: #A2B71D; }
a { background-color: rgb(162,183,29); }
div.DivClassName
{
background-color: #A2B71D;
}
.BgClassName
{
background-color: #A2B71D;
}
</style>
border-color css
<style>
span { border-color: #A2B71D; }
span { border-color: rgb(162,183,29); }
td.TdClassName
{
border-color: #A2B71D;
}
.TagClassName
{
border-color: #A2B71D;
}
</style>