Shades of Dark Goldenrod #BA9802
Tints of Dark Goldenrod #BA9802
RGB
CMYK
RGB Variations
Color information
#BA9802 (or 0xBA9802) is known color: Dark Goldenrod. HEX triplet: BA, 98 and 02. RGB value is (186,152,2). Sum of RGB (Red+Green+Blue) = 186+152+2=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9802 is #4567FD. Grayscale: #919191. Windows color (decimal): -4548606 or 170170. OLE color: 170170.
HSL color Cylindrical-coordinate representation of color #BA9802: hue angle of 48.91º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA9802 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.27 |
| HSL | 48.91º | 0.98% | 0.37% | - |
| HSV(B) | 48.91º | 0.99% | 0.73% | - |
| XYZ | 31.49 | 32.9 | 4.75 | - |
| YUV | 145.07 | 47.26 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 2 | 0 | 0.18 | 0.99 | 0.27 | 48.91 | 0.98 | 0.37 |
| Hex | BA | 98 | 2 | 0 | 12 | 63 | 1B | 31 | 62 | 25 |
| Octal | 272 | 230 | 2 | 0 | 22 | 143 | 33 | 61 | 142 | 45 |
| Binary | 10111010 | 10011000 | 10 | 0 | 10010 | 1100011 | 11011 | 110001 | 1100010 | 100101 |
Color Harmonies of #BA9802
Complementary color
Monochromatic Colors of #BA9802
Black with #BA9802
Text Example
Text Example
White with #BA9802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9802; }
p { color: rgb(186,152,2); }
H1.HeaderClassName
{
color: #BA9802;
}
.AnyTagClassName
{
color: #BA9802;
}
</style>
background-color css
<style>
a { background-color: #BA9802; }
a { background-color: rgb(186,152,2); }
div.DivClassName
{
background-color: #BA9802;
}
.BgClassName
{
background-color: #BA9802;
}
</style>
border-color css
<style>
span { border-color: #BA9802; }
span { border-color: rgb(186,152,2); }
td.TdClassName
{
border-color: #BA9802;
}
.TagClassName
{
border-color: #BA9802;
}
</style>