Shades of Dark Goldenrod #B09200
Tints of Dark Goldenrod #B09200
RGB
CMYK
RGB Variations
Color information
#B09200 (or 0xB09200) is known color: Dark Goldenrod. HEX triplet: B0, 92 and 00. RGB value is (176,146,0). Sum of RGB (Red+Green+Blue) = 176+146+0=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B09200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09200 is #4F6DFF. Grayscale: #8A8A8A. Windows color (decimal): -5205504 or 37552. OLE color: 37552.
HSL color Cylindrical-coordinate representation of color #B09200: hue angle of 49.77º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B09200 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.31 |
| HSL | 49.77º | 1% | 0.35% | - |
| HSV(B) | 49.77º | 1% | 0.69% | - |
| XYZ | 28.18 | 29.79 | 4.26 | - |
| YUV | 138.33 | 49.94 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 0 | 0 | 0.17 | 1 | 0.31 | 49.77 | 1 | 0.35 |
| Hex | B0 | 92 | 0 | 0 | 11 | 64 | 1F | 32 | 64 | 23 |
| Octal | 260 | 222 | 0 | 0 | 21 | 144 | 37 | 62 | 144 | 43 |
| Binary | 10110000 | 10010010 | 0 | 0 | 10001 | 1100100 | 11111 | 110010 | 1100100 | 100011 |
Color Harmonies of #B09200
Complementary color
Monochromatic Colors of #B09200
Black with #B09200
Text Example
Text Example
White with #B09200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09200; }
p { color: rgb(176,146,0); }
H1.HeaderClassName
{
color: #B09200;
}
.AnyTagClassName
{
color: #B09200;
}
</style>
background-color css
<style>
a { background-color: #B09200; }
a { background-color: rgb(176,146,0); }
div.DivClassName
{
background-color: #B09200;
}
.BgClassName
{
background-color: #B09200;
}
</style>
border-color css
<style>
span { border-color: #B09200; }
span { border-color: rgb(176,146,0); }
td.TdClassName
{
border-color: #B09200;
}
.TagClassName
{
border-color: #B09200;
}
</style>