Shades of Dark Goldenrod #B29A00
Tints of Dark Goldenrod #B29A00
RGB
CMYK
RGB Variations
Color information
#B29A00 (or 0xB29A00) is known color: Dark Goldenrod. HEX triplet: B2, 9A and 00. RGB value is (178,154,0). Sum of RGB (Red+Green+Blue) = 178+154+0=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29A00 is #4D65FF. Grayscale: #909090. Windows color (decimal): -5072384 or 39602. OLE color: 39602.
HSL color Cylindrical-coordinate representation of color #B29A00: hue angle of 51.91º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B29A00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.30 |
| HSL | 51.91º | 1% | 0.35% | - |
| HSV(B) | 51.91º | 1% | 0.7% | - |
| XYZ | 29.92 | 32.58 | 4.71 | - |
| YUV | 143.62 | 46.95 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 0 | 0 | 0.13 | 1 | 0.30 | 51.91 | 1 | 0.35 |
| Hex | B2 | 9A | 0 | 0 | D | 64 | 1E | 34 | 64 | 23 |
| Octal | 262 | 232 | 0 | 0 | 15 | 144 | 36 | 64 | 144 | 43 |
| Binary | 10110010 | 10011010 | 0 | 0 | 1101 | 1100100 | 11110 | 110100 | 1100100 | 100011 |
Color Harmonies of #B29A00
Complementary color
Monochromatic Colors of #B29A00
Black with #B29A00
Text Example
Text Example
White with #B29A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A00; }
p { color: rgb(178,154,0); }
H1.HeaderClassName
{
color: #B29A00;
}
.AnyTagClassName
{
color: #B29A00;
}
</style>
background-color css
<style>
a { background-color: #B29A00; }
a { background-color: rgb(178,154,0); }
div.DivClassName
{
background-color: #B29A00;
}
.BgClassName
{
background-color: #B29A00;
}
</style>
border-color css
<style>
span { border-color: #B29A00; }
span { border-color: rgb(178,154,0); }
td.TdClassName
{
border-color: #B29A00;
}
.TagClassName
{
border-color: #B29A00;
}
</style>