Shades of Old Gold #BDBB30
Tints of Old Gold #BDBB30
RGB
CMYK
RGB Variations
Color information
#BDBB30 (or 0xBDBB30) is known color: Old Gold. HEX triplet: BD, BB and 30. RGB value is (189,187,48). Sum of RGB (Red+Green+Blue) = 189+187+48=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB30 is #4244CF. Grayscale: #ACACAC. Windows color (decimal): -4342992 or 3193789. OLE color: 3193789.
HSL color Cylindrical-coordinate representation of color #BDBB30: hue angle of 59.15º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDBB30 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 48 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.26 |
| HSL | 59.15º | 0.59% | 0.46% | - |
| HSV(B) | 59.15º | 0.75% | 0.74% | - |
| XYZ | 39.29 | 46.57 | 9.71 | - |
| YUV | 171.75 | 58.16 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 48 | 0 | 0.01 | 0.75 | 0.26 | 59.15 | 0.59 | 0.46 |
| Hex | BD | BB | 30 | 0 | 1 | 4B | 1A | 3B | 3B | 2E |
| Octal | 275 | 273 | 60 | 0 | 1 | 113 | 32 | 73 | 73 | 56 |
| Binary | 10111101 | 10111011 | 110000 | 0 | 1 | 1001011 | 11010 | 111011 | 111011 | 101110 |
Color Harmonies of #BDBB30
Complementary color
Monochromatic Colors of #BDBB30
Black with #BDBB30
Text Example
Text Example
White with #BDBB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB30; }
p { color: rgb(189,187,48); }
H1.HeaderClassName
{
color: #BDBB30;
}
.AnyTagClassName
{
color: #BDBB30;
}
</style>
background-color css
<style>
a { background-color: #BDBB30; }
a { background-color: rgb(189,187,48); }
div.DivClassName
{
background-color: #BDBB30;
}
.BgClassName
{
background-color: #BDBB30;
}
</style>
border-color css
<style>
span { border-color: #BDBB30; }
span { border-color: rgb(189,187,48); }
td.TdClassName
{
border-color: #BDBB30;
}
.TagClassName
{
border-color: #BDBB30;
}
</style>