Shades of Bahia #A2B41D
Tints of Bahia #A2B41D
RGB
CMYK
RGB Variations
Color information
#A2B41D (or 0xA2B41D) is known color: Bahia. HEX triplet: A2, B4 and 1D. RGB value is (162,180,29). Sum of RGB (Red+Green+Blue) = 162+180+29=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B41D is #5D4BE2. Grayscale: #9D9D9D. Windows color (decimal): -6114275 or 1946786. OLE color: 1946786.
HSL color Cylindrical-coordinate representation of color #A2B41D: hue angle of 67.15º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2B41D is Cyan = 0.1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 29 | - |
| CMYK | 0.1 | 0 | 0.84 | 0.29 |
| HSL | 67.15º | 0.72% | 0.41% | - |
| HSV(B) | 67.15º | 0.84% | 0.71% | - |
| XYZ | 31.44 | 40.41 | 7.31 | - |
| YUV | 157.4 | 55.54 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 29 | 0.1 | 0 | 0.84 | 0.29 | 67.15 | 0.72 | 0.41 |
| Hex | A2 | B4 | 1D | A | 0 | 54 | 1D | 43 | 48 | 29 |
| Octal | 242 | 264 | 35 | 12 | 0 | 124 | 35 | 103 | 110 | 51 |
| Binary | 10100010 | 10110100 | 11101 | 1010 | 0 | 1010100 | 11101 | 1000011 | 1001000 | 101001 |
Color Harmonies of #A2B41D
Complementary color
Monochromatic Colors of #A2B41D
Black with #A2B41D
Text Example
Text Example
White with #A2B41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B41D; }
p { color: rgb(162,180,29); }
H1.HeaderClassName
{
color: #A2B41D;
}
.AnyTagClassName
{
color: #A2B41D;
}
</style>
background-color css
<style>
a { background-color: #A2B41D; }
a { background-color: rgb(162,180,29); }
div.DivClassName
{
background-color: #A2B41D;
}
.BgClassName
{
background-color: #A2B41D;
}
</style>
border-color css
<style>
span { border-color: #A2B41D; }
span { border-color: rgb(162,180,29); }
td.TdClassName
{
border-color: #A2B41D;
}
.TagClassName
{
border-color: #A2B41D;
}
</style>