Shades of Dark Goldenrod #BE9902
Tints of Dark Goldenrod #BE9902
RGB
CMYK
RGB Variations
Color information
#BE9902 (or 0xBE9902) is known color: Dark Goldenrod. HEX triplet: BE, 99 and 02. RGB value is (190,153,2). Sum of RGB (Red+Green+Blue) = 190+153+2=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9902 is #4166FD. Grayscale: #939393. Windows color (decimal): -4286206 or 170430. OLE color: 170430.
HSL color Cylindrical-coordinate representation of color #BE9902: hue angle of 48.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE9902 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.25 |
| HSL | 48.19º | 0.98% | 0.38% | - |
| HSV(B) | 48.19º | 0.99% | 0.75% | - |
| XYZ | 32.64 | 33.73 | 4.85 | - |
| YUV | 146.85 | 46.26 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 2 | 0 | 0.19 | 0.99 | 0.25 | 48.19 | 0.98 | 0.38 |
| Hex | BE | 99 | 2 | 0 | 13 | 63 | 19 | 30 | 62 | 26 |
| Octal | 276 | 231 | 2 | 0 | 23 | 143 | 31 | 60 | 142 | 46 |
| Binary | 10111110 | 10011001 | 10 | 0 | 10011 | 1100011 | 11001 | 110000 | 1100010 | 100110 |
Color Harmonies of #BE9902
Complementary color
Monochromatic Colors of #BE9902
Black with #BE9902
Text Example
Text Example
White with #BE9902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9902; }
p { color: rgb(190,153,2); }
H1.HeaderClassName
{
color: #BE9902;
}
.AnyTagClassName
{
color: #BE9902;
}
</style>
background-color css
<style>
a { background-color: #BE9902; }
a { background-color: rgb(190,153,2); }
div.DivClassName
{
background-color: #BE9902;
}
.BgClassName
{
background-color: #BE9902;
}
</style>
border-color css
<style>
span { border-color: #BE9902; }
span { border-color: rgb(190,153,2); }
td.TdClassName
{
border-color: #BE9902;
}
.TagClassName
{
border-color: #BE9902;
}
</style>