Shades of Bahia #A9B223
Tints of Bahia #A9B223
RGB
CMYK
RGB Variations
Color information
#A9B223 (or 0xA9B223) is known color: Bahia. HEX triplet: A9, B2 and 23. RGB value is (169,178,35). Sum of RGB (Red+Green+Blue) = 169+178+35=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B223 is #564DDC. Grayscale: #9F9F9F. Windows color (decimal): -5656029 or 2339497. OLE color: 2339497.
HSL color Cylindrical-coordinate representation of color #A9B223: hue angle of 63.78º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9B223 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 178 | 35 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.30 |
| HSL | 63.78º | 0.67% | 0.42% | - |
| HSV(B) | 63.78º | 0.8% | 0.7% | - |
| XYZ | 32.59 | 40.4 | 7.67 | - |
| YUV | 159.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 178 | 35 | 0.05 | 0 | 0.80 | 0.30 | 63.78 | 0.67 | 0.42 |
| Hex | A9 | B2 | 23 | 5 | 0 | 50 | 1E | 40 | 43 | 2A |
| Octal | 251 | 262 | 43 | 5 | 0 | 120 | 36 | 100 | 103 | 52 |
| Binary | 10101001 | 10110010 | 100011 | 101 | 0 | 1010000 | 11110 | 1000000 | 1000011 | 101010 |
Color Harmonies of #A9B223
Complementary color
Monochromatic Colors of #A9B223
Black with #A9B223
Text Example
Text Example
White with #A9B223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B223; }
p { color: rgb(169,178,35); }
H1.HeaderClassName
{
color: #A9B223;
}
.AnyTagClassName
{
color: #A9B223;
}
</style>
background-color css
<style>
a { background-color: #A9B223; }
a { background-color: rgb(169,178,35); }
div.DivClassName
{
background-color: #A9B223;
}
.BgClassName
{
background-color: #A9B223;
}
</style>
border-color css
<style>
span { border-color: #A9B223; }
span { border-color: rgb(169,178,35); }
td.TdClassName
{
border-color: #A9B223;
}
.TagClassName
{
border-color: #A9B223;
}
</style>