Shades of Dark Goldenrod #B29300
Tints of Dark Goldenrod #B29300
RGB
CMYK
RGB Variations
Color information
#B29300 (or 0xB29300) is known color: Dark Goldenrod. HEX triplet: B2, 93 and 00. RGB value is (178,147,0). Sum of RGB (Red+Green+Blue) = 178+147+0=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B29300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29300 is #4D6CFF. Grayscale: #8C8C8C. Windows color (decimal): -5074176 or 37810. OLE color: 37810.
HSL color Cylindrical-coordinate representation of color #B29300: hue angle of 49.55º 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 #B29300 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 147 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.30 |
| HSL | 49.55º | 1% | 0.35% | - |
| HSV(B) | 49.55º | 1% | 0.7% | - |
| XYZ | 28.79 | 30.33 | 4.34 | - |
| YUV | 139.51 | 49.27 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 0 | 0 | 0.17 | 1 | 0.30 | 49.55 | 1 | 0.35 |
| Hex | B2 | 93 | 0 | 0 | 11 | 64 | 1E | 32 | 64 | 23 |
| Octal | 262 | 223 | 0 | 0 | 21 | 144 | 36 | 62 | 144 | 43 |
| Binary | 10110010 | 10010011 | 0 | 0 | 10001 | 1100100 | 11110 | 110010 | 1100100 | 100011 |
Color Harmonies of #B29300
Complementary color
Monochromatic Colors of #B29300
Black with #B29300
Text Example
Text Example
White with #B29300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29300; }
p { color: rgb(178,147,0); }
H1.HeaderClassName
{
color: #B29300;
}
.AnyTagClassName
{
color: #B29300;
}
</style>
background-color css
<style>
a { background-color: #B29300; }
a { background-color: rgb(178,147,0); }
div.DivClassName
{
background-color: #B29300;
}
.BgClassName
{
background-color: #B29300;
}
</style>
border-color css
<style>
span { border-color: #B29300; }
span { border-color: rgb(178,147,0); }
td.TdClassName
{
border-color: #B29300;
}
.TagClassName
{
border-color: #B29300;
}
</style>