Shades of Dark Goldenrod #BA9A00
Tints of Dark Goldenrod #BA9A00
RGB
CMYK
RGB Variations
Color information
#BA9A00 (or 0xBA9A00) is known color: Dark Goldenrod. HEX triplet: BA, 9A and 00. RGB value is (186,154,0). Sum of RGB (Red+Green+Blue) = 186+154+0=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A00 is #4565FF. Grayscale: #929292. Windows color (decimal): -4548096 or 39610. OLE color: 39610.
HSL color Cylindrical-coordinate representation of color #BA9A00: hue angle of 49.68º 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 #BA9A00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.27 |
| HSL | 49.68º | 1% | 0.36% | - |
| HSV(B) | 49.68º | 1% | 0.73% | - |
| XYZ | 31.81 | 33.55 | 4.8 | - |
| YUV | 146.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 0 | 0 | 0.17 | 1 | 0.27 | 49.68 | 1 | 0.36 |
| Hex | BA | 9A | 0 | 0 | 11 | 64 | 1B | 32 | 64 | 24 |
| Octal | 272 | 232 | 0 | 0 | 21 | 144 | 33 | 62 | 144 | 44 |
| Binary | 10111010 | 10011010 | 0 | 0 | 10001 | 1100100 | 11011 | 110010 | 1100100 | 100100 |
Color Harmonies of #BA9A00
Complementary color
Monochromatic Colors of #BA9A00
Black with #BA9A00
Text Example
Text Example
White with #BA9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A00; }
p { color: rgb(186,154,0); }
H1.HeaderClassName
{
color: #BA9A00;
}
.AnyTagClassName
{
color: #BA9A00;
}
</style>
background-color css
<style>
a { background-color: #BA9A00; }
a { background-color: rgb(186,154,0); }
div.DivClassName
{
background-color: #BA9A00;
}
.BgClassName
{
background-color: #BA9A00;
}
</style>
border-color css
<style>
span { border-color: #BA9A00; }
span { border-color: rgb(186,154,0); }
td.TdClassName
{
border-color: #BA9A00;
}
.TagClassName
{
border-color: #BA9A00;
}
</style>