Shades of Dark Goldenrod #B99802
Tints of Dark Goldenrod #B99802
RGB
CMYK
RGB Variations
Color information
#B99802 (or 0xB99802) is known color: Dark Goldenrod. HEX triplet: B9, 98 and 02. RGB value is (185,152,2). Sum of RGB (Red+Green+Blue) = 185+152+2=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B99802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99802 is #4667FD. Grayscale: #919191. Windows color (decimal): -4614142 or 170169. OLE color: 170169.
HSL color Cylindrical-coordinate representation of color #B99802: hue angle of 49.18º 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 #B99802 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.27 |
| HSL | 49.18º | 0.98% | 0.37% | - |
| HSV(B) | 49.18º | 0.99% | 0.73% | - |
| XYZ | 31.25 | 32.78 | 4.74 | - |
| YUV | 144.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 2 | 0 | 0.18 | 0.99 | 0.27 | 49.18 | 0.98 | 0.37 |
| Hex | B9 | 98 | 2 | 0 | 12 | 63 | 1B | 31 | 62 | 25 |
| Octal | 271 | 230 | 2 | 0 | 22 | 143 | 33 | 61 | 142 | 45 |
| Binary | 10111001 | 10011000 | 10 | 0 | 10010 | 1100011 | 11011 | 110001 | 1100010 | 100101 |
Color Harmonies of #B99802
Complementary color
Monochromatic Colors of #B99802
Black with #B99802
Text Example
Text Example
White with #B99802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99802; }
p { color: rgb(185,152,2); }
H1.HeaderClassName
{
color: #B99802;
}
.AnyTagClassName
{
color: #B99802;
}
</style>
background-color css
<style>
a { background-color: #B99802; }
a { background-color: rgb(185,152,2); }
div.DivClassName
{
background-color: #B99802;
}
.BgClassName
{
background-color: #B99802;
}
</style>
border-color css
<style>
span { border-color: #B99802; }
span { border-color: rgb(185,152,2); }
td.TdClassName
{
border-color: #B99802;
}
.TagClassName
{
border-color: #B99802;
}
</style>