Shades of Dark Goldenrod #B99B00
Tints of Dark Goldenrod #B99B00
RGB
CMYK
RGB Variations
Color information
#B99B00 (or 0xB99B00) is known color: Dark Goldenrod. HEX triplet: B9, 9B and 00. RGB value is (185,155,0). Sum of RGB (Red+Green+Blue) = 185+155+0=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99B00 is #4664FF. Grayscale: #929292. Windows color (decimal): -4613376 or 39865. OLE color: 39865.
HSL color Cylindrical-coordinate representation of color #B99B00: hue angle of 50.27º 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 #B99B00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.27 |
| HSL | 50.27º | 1% | 0.36% | - |
| HSV(B) | 50.27º | 1% | 0.73% | - |
| XYZ | 31.73 | 33.76 | 4.84 | - |
| YUV | 146.3 | 45.44 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 0 | 0 | 0.16 | 1 | 0.27 | 50.27 | 1 | 0.36 |
| Hex | B9 | 9B | 0 | 0 | 10 | 64 | 1B | 32 | 64 | 24 |
| Octal | 271 | 233 | 0 | 0 | 20 | 144 | 33 | 62 | 144 | 44 |
| Binary | 10111001 | 10011011 | 0 | 0 | 10000 | 1100100 | 11011 | 110010 | 1100100 | 100100 |
Color Harmonies of #B99B00
Complementary color
Monochromatic Colors of #B99B00
Black with #B99B00
Text Example
Text Example
White with #B99B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99B00; }
p { color: rgb(185,155,0); }
H1.HeaderClassName
{
color: #B99B00;
}
.AnyTagClassName
{
color: #B99B00;
}
</style>
background-color css
<style>
a { background-color: #B99B00; }
a { background-color: rgb(185,155,0); }
div.DivClassName
{
background-color: #B99B00;
}
.BgClassName
{
background-color: #B99B00;
}
</style>
border-color css
<style>
span { border-color: #B99B00; }
span { border-color: rgb(185,155,0); }
td.TdClassName
{
border-color: #B99B00;
}
.TagClassName
{
border-color: #B99B00;
}
</style>