Shades of Bahia #A9BD28
Tints of Bahia #A9BD28
RGB
CMYK
RGB Variations
Color information
#A9BD28 (or 0xA9BD28) is known color: Bahia. HEX triplet: A9, BD and 28. RGB value is (169,189,40). Sum of RGB (Red+Green+Blue) = 169+189+40=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD28 is #5642D7. Grayscale: #A6A6A6. Windows color (decimal): -5653208 or 2669993. OLE color: 2669993.
HSL color Cylindrical-coordinate representation of color #A9BD28: hue angle of 68.05º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A9BD28 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 40 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.26 |
| HSL | 68.05º | 0.65% | 0.45% | - |
| HSV(B) | 68.05º | 0.79% | 0.74% | - |
| XYZ | 34.94 | 44.98 | 8.85 | - |
| YUV | 166.03 | 56.87 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 40 | 0.11 | 0 | 0.79 | 0.26 | 68.05 | 0.65 | 0.45 |
| Hex | A9 | BD | 28 | B | 0 | 4F | 1A | 44 | 41 | 2D |
| Octal | 251 | 275 | 50 | 13 | 0 | 117 | 32 | 104 | 101 | 55 |
| Binary | 10101001 | 10111101 | 101000 | 1011 | 0 | 1001111 | 11010 | 1000100 | 1000001 | 101101 |
Color Harmonies of #A9BD28
Complementary color
Monochromatic Colors of #A9BD28
Black with #A9BD28
Text Example
Text Example
White with #A9BD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD28; }
p { color: rgb(169,189,40); }
H1.HeaderClassName
{
color: #A9BD28;
}
.AnyTagClassName
{
color: #A9BD28;
}
</style>
background-color css
<style>
a { background-color: #A9BD28; }
a { background-color: rgb(169,189,40); }
div.DivClassName
{
background-color: #A9BD28;
}
.BgClassName
{
background-color: #A9BD28;
}
</style>
border-color css
<style>
span { border-color: #A9BD28; }
span { border-color: rgb(169,189,40); }
td.TdClassName
{
border-color: #A9BD28;
}
.TagClassName
{
border-color: #A9BD28;
}
</style>