Shades of Dark Goldenrod #BA9900
Tints of Dark Goldenrod #BA9900
RGB
CMYK
RGB Variations
Color information
#BA9900 (or 0xBA9900) is known color: Dark Goldenrod. HEX triplet: BA, 99 and 00. RGB value is (186,153,0). Sum of RGB (Red+Green+Blue) = 186+153+0=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9900 is #4566FF. Grayscale: #929292. Windows color (decimal): -4548352 or 39354. OLE color: 39354.
HSL color Cylindrical-coordinate representation of color #BA9900: hue angle of 49.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA9900 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.27 |
| HSL | 49.35º | 1% | 0.36% | - |
| HSV(B) | 49.35º | 1% | 0.73% | - |
| XYZ | 31.64 | 33.22 | 4.74 | - |
| YUV | 145.43 | 45.93 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 0 | 0 | 0.18 | 1 | 0.27 | 49.35 | 1 | 0.36 |
| Hex | BA | 99 | 0 | 0 | 12 | 64 | 1B | 31 | 64 | 24 |
| Octal | 272 | 231 | 0 | 0 | 22 | 144 | 33 | 61 | 144 | 44 |
| Binary | 10111010 | 10011001 | 0 | 0 | 10010 | 1100100 | 11011 | 110001 | 1100100 | 100100 |
Color Harmonies of #BA9900
Complementary color
Monochromatic Colors of #BA9900
Black with #BA9900
Text Example
Text Example
White with #BA9900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9900; }
p { color: rgb(186,153,0); }
H1.HeaderClassName
{
color: #BA9900;
}
.AnyTagClassName
{
color: #BA9900;
}
</style>
background-color css
<style>
a { background-color: #BA9900; }
a { background-color: rgb(186,153,0); }
div.DivClassName
{
background-color: #BA9900;
}
.BgClassName
{
background-color: #BA9900;
}
</style>
border-color css
<style>
span { border-color: #BA9900; }
span { border-color: rgb(186,153,0); }
td.TdClassName
{
border-color: #BA9900;
}
.TagClassName
{
border-color: #BA9900;
}
</style>