Shades of Dark Goldenrod #B99A00
Tints of Dark Goldenrod #B99A00
RGB
CMYK
RGB Variations
Color information
#B99A00 (or 0xB99A00) is known color: Dark Goldenrod. HEX triplet: B9, 9A and 00. RGB value is (185,154,0). Sum of RGB (Red+Green+Blue) = 185+154+0=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99A00 is #4665FF. Grayscale: #929292. Windows color (decimal): -4613632 or 39609. OLE color: 39609.
HSL color Cylindrical-coordinate representation of color #B99A00: hue angle of 49.95º 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 #B99A00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 154 | 0 | - |
CMYK | 0 | 0.17 | 1 | 0.27 |
HSL | 49.95º | 1% | 0.36% | - |
HSV(B) | 49.95º | 1% | 0.73% | - |
XYZ | 31.56 | 33.43 | 4.79 | - |
YUV | 145.71 | 45.77 | 156.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 154 | 0 | 0 | 0.17 | 1 | 0.27 | 49.95 | 1 | 0.36 |
Hex | B9 | 9A | 0 | 0 | 11 | 64 | 1B | 32 | 64 | 24 |
Octal | 271 | 232 | 0 | 0 | 21 | 144 | 33 | 62 | 144 | 44 |
Binary | 10111001 | 10011010 | 0 | 0 | 10001 | 1100100 | 11011 | 110010 | 1100100 | 100100 |
Color Harmonies of #B99A00
Complementary color
Monochromatic Colors of #B99A00
Black with #B99A00
Text Example
Text Example
White with #B99A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A00; }
p { color: rgb(185,154,0); }
H1.HeaderClassName
{
color: #B99A00;
}
.AnyTagClassName
{
color: #B99A00;
}
</style>
background-color css
<style>
a { background-color: #B99A00; }
a { background-color: rgb(185,154,0); }
div.DivClassName
{
background-color: #B99A00;
}
.BgClassName
{
background-color: #B99A00;
}
</style>
border-color css
<style>
span { border-color: #B99A00; }
span { border-color: rgb(185,154,0); }
td.TdClassName
{
border-color: #B99A00;
}
.TagClassName
{
border-color: #B99A00;
}
</style>