Shades of Rio Grande #BDBD30
Tints of Rio Grande #BDBD30
RGB
CMYK
RGB Variations
Color information
#BDBD30 (or 0xBDBD30) is known color: Rio Grande. HEX triplet: BD, BD and 30. RGB value is (189,189,48). Sum of RGB (Red+Green+Blue) = 189+189+48=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD30 is #4242CF. Grayscale: #ADADAD. Windows color (decimal): -4342480 or 3194301. OLE color: 3194301.
HSL color Cylindrical-coordinate representation of color #BDBD30: hue angle of 60º 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 #BDBD30 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 48 | - |
| CMYK | 0 | 0 | 0.75 | 0.26 |
| HSL | 60º | 0.59% | 0.46% | - |
| HSV(B) | 60º | 0.75% | 0.74% | - |
| XYZ | 39.72 | 47.43 | 9.86 | - |
| YUV | 172.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 48 | 0 | 0 | 0.75 | 0.26 | 60 | 0.59 | 0.46 |
| Hex | BD | BD | 30 | 0 | 0 | 4B | 1A | 3C | 3B | 2E |
| Octal | 275 | 275 | 60 | 0 | 0 | 113 | 32 | 74 | 73 | 56 |
| Binary | 10111101 | 10111101 | 110000 | 0 | 0 | 1001011 | 11010 | 111100 | 111011 | 101110 |
Color Harmonies of #BDBD30
Complementary color
Monochromatic Colors of #BDBD30
Black with #BDBD30
Text Example
Text Example
White with #BDBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD30; }
p { color: rgb(189,189,48); }
H1.HeaderClassName
{
color: #BDBD30;
}
.AnyTagClassName
{
color: #BDBD30;
}
</style>
background-color css
<style>
a { background-color: #BDBD30; }
a { background-color: rgb(189,189,48); }
div.DivClassName
{
background-color: #BDBD30;
}
.BgClassName
{
background-color: #BDBD30;
}
</style>
border-color css
<style>
span { border-color: #BDBD30; }
span { border-color: rgb(189,189,48); }
td.TdClassName
{
border-color: #BDBD30;
}
.TagClassName
{
border-color: #BDBD30;
}
</style>