Shades of Dark Goldenrod #BA9800
Tints of Dark Goldenrod #BA9800
RGB
CMYK
RGB Variations
Color information
#BA9800 (or 0xBA9800) is known color: Dark Goldenrod. HEX triplet: BA, 98 and 00. RGB value is (186,152,0). Sum of RGB (Red+Green+Blue) = 186+152+0=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9800 is #4567FF. Grayscale: #919191. Windows color (decimal): -4548608 or 39098. OLE color: 39098.
HSL color Cylindrical-coordinate representation of color #BA9800: hue angle of 49.03º 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 #BA9800 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.27 |
| HSL | 49.03º | 1% | 0.36% | - |
| HSV(B) | 49.03º | 1% | 0.73% | - |
| XYZ | 31.48 | 32.9 | 4.69 | - |
| YUV | 144.84 | 46.26 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 0 | 0 | 0.18 | 1 | 0.27 | 49.03 | 1 | 0.36 |
| Hex | BA | 98 | 0 | 0 | 12 | 64 | 1B | 31 | 64 | 24 |
| Octal | 272 | 230 | 0 | 0 | 22 | 144 | 33 | 61 | 144 | 44 |
| Binary | 10111010 | 10011000 | 0 | 0 | 10010 | 1100100 | 11011 | 110001 | 1100100 | 100100 |
Color Harmonies of #BA9800
Complementary color
Monochromatic Colors of #BA9800
Black with #BA9800
Text Example
Text Example
White with #BA9800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9800; }
p { color: rgb(186,152,0); }
H1.HeaderClassName
{
color: #BA9800;
}
.AnyTagClassName
{
color: #BA9800;
}
</style>
background-color css
<style>
a { background-color: #BA9800; }
a { background-color: rgb(186,152,0); }
div.DivClassName
{
background-color: #BA9800;
}
.BgClassName
{
background-color: #BA9800;
}
</style>
border-color css
<style>
span { border-color: #BA9800; }
span { border-color: rgb(186,152,0); }
td.TdClassName
{
border-color: #BA9800;
}
.TagClassName
{
border-color: #BA9800;
}
</style>