Shades of Dark Goldenrod #BC9C00
Tints of Dark Goldenrod #BC9C00
RGB
CMYK
RGB Variations
Color information
#BC9C00 (or 0xBC9C00) is known color: Dark Goldenrod. HEX triplet: BC, 9C and 00. RGB value is (188,156,0). Sum of RGB (Red+Green+Blue) = 188+156+0=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9C00 is #4363FF. Grayscale: #949494. Windows color (decimal): -4416512 or 40124. OLE color: 40124.
HSL color Cylindrical-coordinate representation of color #BC9C00: hue angle of 49.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC9C00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.26 |
| HSL | 49.79º | 1% | 0.37% | - |
| HSV(B) | 49.79º | 1% | 0.74% | - |
| XYZ | 32.63 | 34.47 | 4.93 | - |
| YUV | 147.78 | 44.6 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 0 | 0 | 0.17 | 1 | 0.26 | 49.79 | 1 | 0.37 |
| Hex | BC | 9C | 0 | 0 | 11 | 64 | 1A | 32 | 64 | 25 |
| Octal | 274 | 234 | 0 | 0 | 21 | 144 | 32 | 62 | 144 | 45 |
| Binary | 10111100 | 10011100 | 0 | 0 | 10001 | 1100100 | 11010 | 110010 | 1100100 | 100101 |
Color Harmonies of #BC9C00
Complementary color
Monochromatic Colors of #BC9C00
Black with #BC9C00
Text Example
Text Example
White with #BC9C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C00; }
p { color: rgb(188,156,0); }
H1.HeaderClassName
{
color: #BC9C00;
}
.AnyTagClassName
{
color: #BC9C00;
}
</style>
background-color css
<style>
a { background-color: #BC9C00; }
a { background-color: rgb(188,156,0); }
div.DivClassName
{
background-color: #BC9C00;
}
.BgClassName
{
background-color: #BC9C00;
}
</style>
border-color css
<style>
span { border-color: #BC9C00; }
span { border-color: rgb(188,156,0); }
td.TdClassName
{
border-color: #BC9C00;
}
.TagClassName
{
border-color: #BC9C00;
}
</style>