Shades of Dark Goldenrod #B09902
Tints of Dark Goldenrod #B09902
RGB
CMYK
RGB Variations
Color information
#B09902 (or 0xB09902) is known color: Dark Goldenrod. HEX triplet: B0, 99 and 02. RGB value is (176,153,2). Sum of RGB (Red+Green+Blue) = 176+153+2=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B09902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09902 is #4F66FD. Grayscale: #8F8F8F. Windows color (decimal): -5203710 or 170416. OLE color: 170416.
HSL color Cylindrical-coordinate representation of color #B09902: hue angle of 52.07º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B09902 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.31 |
| HSL | 52.07º | 0.98% | 0.35% | - |
| HSV(B) | 52.07º | 0.99% | 0.69% | - |
| XYZ | 29.31 | 32.02 | 4.69 | - |
| YUV | 142.66 | 48.62 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 2 | 0 | 0.13 | 0.99 | 0.31 | 52.07 | 0.98 | 0.35 |
| Hex | B0 | 99 | 2 | 0 | D | 63 | 1F | 34 | 62 | 23 |
| Octal | 260 | 231 | 2 | 0 | 15 | 143 | 37 | 64 | 142 | 43 |
| Binary | 10110000 | 10011001 | 10 | 0 | 1101 | 1100011 | 11111 | 110100 | 1100010 | 100011 |
Color Harmonies of #B09902
Complementary color
Monochromatic Colors of #B09902
Black with #B09902
Text Example
Text Example
White with #B09902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09902; }
p { color: rgb(176,153,2); }
H1.HeaderClassName
{
color: #B09902;
}
.AnyTagClassName
{
color: #B09902;
}
</style>
background-color css
<style>
a { background-color: #B09902; }
a { background-color: rgb(176,153,2); }
div.DivClassName
{
background-color: #B09902;
}
.BgClassName
{
background-color: #B09902;
}
</style>
border-color css
<style>
span { border-color: #B09902; }
span { border-color: rgb(176,153,2); }
td.TdClassName
{
border-color: #B09902;
}
.TagClassName
{
border-color: #B09902;
}
</style>