Shades of Dark Goldenrod #B98A04
Tints of Dark Goldenrod #B98A04
RGB
CMYK
RGB Variations
Color information
#B98A04 (or 0xB98A04) is known color: Dark Goldenrod. HEX triplet: B9, 8A and 04. RGB value is (185,138,4). Sum of RGB (Red+Green+Blue) = 185+138+4=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98A04 is #4675FB. Grayscale: #898989. Windows color (decimal): -4617724 or 297657. OLE color: 297657.
HSL color Cylindrical-coordinate representation of color #B98A04: hue angle of 44.42º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B98A04 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 138 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.27 |
| HSL | 44.42º | 0.96% | 0.37% | - |
| HSV(B) | 44.42º | 0.98% | 0.73% | - |
| XYZ | 29.12 | 28.5 | 4.08 | - |
| YUV | 136.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 138 | 4 | 0 | 0.25 | 0.98 | 0.27 | 44.42 | 0.96 | 0.37 |
| Hex | B9 | 8A | 4 | 0 | 19 | 62 | 1B | 2C | 60 | 25 |
| Octal | 271 | 212 | 4 | 0 | 31 | 142 | 33 | 54 | 140 | 45 |
| Binary | 10111001 | 10001010 | 100 | 0 | 11001 | 1100010 | 11011 | 101100 | 1100000 | 100101 |
Color Harmonies of #B98A04
Complementary color
Monochromatic Colors of #B98A04
Black with #B98A04
Text Example
Text Example
White with #B98A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98A04; }
p { color: rgb(185,138,4); }
H1.HeaderClassName
{
color: #B98A04;
}
.AnyTagClassName
{
color: #B98A04;
}
</style>
background-color css
<style>
a { background-color: #B98A04; }
a { background-color: rgb(185,138,4); }
div.DivClassName
{
background-color: #B98A04;
}
.BgClassName
{
background-color: #B98A04;
}
</style>
border-color css
<style>
span { border-color: #B98A04; }
span { border-color: rgb(185,138,4); }
td.TdClassName
{
border-color: #B98A04;
}
.TagClassName
{
border-color: #B98A04;
}
</style>