Shades of Dark Goldenrod #B09A00
Tints of Dark Goldenrod #B09A00
RGB
CMYK
RGB Variations
Color information
#B09A00 (or 0xB09A00) is known color: Dark Goldenrod. HEX triplet: B0, 9A and 00. RGB value is (176,154,0). Sum of RGB (Red+Green+Blue) = 176+154+0=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09A00 is #4F65FF. Grayscale: #8F8F8F. Windows color (decimal): -5203456 or 39600. OLE color: 39600.
HSL color Cylindrical-coordinate representation of color #B09A00: hue angle of 52.5º 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 #B09A00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.31 |
| HSL | 52.5º | 1% | 0.35% | - |
| HSV(B) | 52.5º | 1% | 0.69% | - |
| XYZ | 29.46 | 32.34 | 4.69 | - |
| YUV | 143.02 | 47.29 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 0 | 0 | 0.12 | 1 | 0.31 | 52.5 | 1 | 0.35 |
| Hex | B0 | 9A | 0 | 0 | C | 64 | 1F | 34 | 64 | 23 |
| Octal | 260 | 232 | 0 | 0 | 14 | 144 | 37 | 64 | 144 | 43 |
| Binary | 10110000 | 10011010 | 0 | 0 | 1100 | 1100100 | 11111 | 110100 | 1100100 | 100011 |
Color Harmonies of #B09A00
Complementary color
Monochromatic Colors of #B09A00
Black with #B09A00
Text Example
Text Example
White with #B09A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A00; }
p { color: rgb(176,154,0); }
H1.HeaderClassName
{
color: #B09A00;
}
.AnyTagClassName
{
color: #B09A00;
}
</style>
background-color css
<style>
a { background-color: #B09A00; }
a { background-color: rgb(176,154,0); }
div.DivClassName
{
background-color: #B09A00;
}
.BgClassName
{
background-color: #B09A00;
}
</style>
border-color css
<style>
span { border-color: #B09A00; }
span { border-color: rgb(176,154,0); }
td.TdClassName
{
border-color: #B09A00;
}
.TagClassName
{
border-color: #B09A00;
}
</style>