Shades of Bahia #A9B52A
Tints of Bahia #A9B52A
RGB
CMYK
RGB Variations
Color information
#A9B52A (or 0xA9B52A) is known color: Bahia. HEX triplet: A9, B5 and 2A. RGB value is (169,181,42). Sum of RGB (Red+Green+Blue) = 169+181+42=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B52A is #564AD5. Grayscale: #A2A2A2. Windows color (decimal): -5655254 or 2799017. OLE color: 2799017.
HSL color Cylindrical-coordinate representation of color #A9B52A: hue angle of 65.18º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9B52A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 181 | 42 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.29 |
| HSL | 65.18º | 0.62% | 0.44% | - |
| HSV(B) | 65.18º | 0.77% | 0.71% | - |
| XYZ | 33.3 | 41.65 | 8.47 | - |
| YUV | 161.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 42 | 0.07 | 0 | 0.77 | 0.29 | 65.18 | 0.62 | 0.44 |
| Hex | A9 | B5 | 2A | 7 | 0 | 4D | 1D | 41 | 3E | 2C |
| Octal | 251 | 265 | 52 | 7 | 0 | 115 | 35 | 101 | 76 | 54 |
| Binary | 10101001 | 10110101 | 101010 | 111 | 0 | 1001101 | 11101 | 1000001 | 111110 | 101100 |
Color Harmonies of #A9B52A
Complementary color
Monochromatic Colors of #A9B52A
Black with #A9B52A
Text Example
Text Example
White with #A9B52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B52A; }
p { color: rgb(169,181,42); }
H1.HeaderClassName
{
color: #A9B52A;
}
.AnyTagClassName
{
color: #A9B52A;
}
</style>
background-color css
<style>
a { background-color: #A9B52A; }
a { background-color: rgb(169,181,42); }
div.DivClassName
{
background-color: #A9B52A;
}
.BgClassName
{
background-color: #A9B52A;
}
</style>
border-color css
<style>
span { border-color: #A9B52A; }
span { border-color: rgb(169,181,42); }
td.TdClassName
{
border-color: #A9B52A;
}
.TagClassName
{
border-color: #A9B52A;
}
</style>