Shades of Bud #A9B388
Tints of Bud #A9B388
RGB
CMYK
RGB Variations
Color information
#A9B388 (or 0xA9B388) is known color: Bud. HEX triplet: A9, B3 and 88. RGB value is (169,179,136). Sum of RGB (Red+Green+Blue) = 169+179+136=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B388 is #564C77. Grayscale: #ABABAB. Windows color (decimal): -5655672 or 8958889. OLE color: 8958889.
HSL color Cylindrical-coordinate representation of color #A9B388: hue angle of 73.95º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9B388 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 179 | 136 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.30 |
| HSL | 73.95º | 0.22% | 0.62% | - |
| HSV(B) | 73.95º | 0.24% | 0.7% | - |
| XYZ | 36.93 | 42.45 | 29.54 | - |
| YUV | 171.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 179 | 136 | 0.06 | 0 | 0.24 | 0.30 | 73.95 | 0.22 | 0.62 |
| Hex | A9 | B3 | 88 | 6 | 0 | 18 | 1E | 4A | 16 | 3E |
| Octal | 251 | 263 | 210 | 6 | 0 | 30 | 36 | 112 | 26 | 76 |
| Binary | 10101001 | 10110011 | 10001000 | 110 | 0 | 11000 | 11110 | 1001010 | 10110 | 111110 |
Color Harmonies of #A9B388
Complementary color
Monochromatic Colors of #A9B388
Black with #A9B388
Text Example
Text Example
White with #A9B388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B388; }
p { color: rgb(169,179,136); }
H1.HeaderClassName
{
color: #A9B388;
}
.AnyTagClassName
{
color: #A9B388;
}
</style>
background-color css
<style>
a { background-color: #A9B388; }
a { background-color: rgb(169,179,136); }
div.DivClassName
{
background-color: #A9B388;
}
.BgClassName
{
background-color: #A9B388;
}
</style>
border-color css
<style>
span { border-color: #A9B388; }
span { border-color: rgb(169,179,136); }
td.TdClassName
{
border-color: #A9B388;
}
.TagClassName
{
border-color: #A9B388;
}
</style>