Shades of Rio Grande #BDBD2A
Tints of Rio Grande #BDBD2A
RGB
CMYK
RGB Variations
Color information
#BDBD2A (or 0xBDBD2A) is known color: Rio Grande. HEX triplet: BD, BD and 2A. RGB value is (189,189,42). Sum of RGB (Red+Green+Blue) = 189+189+42=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD2A is #4242D5. Grayscale: #ACACAC. Windows color (decimal): -4342486 or 2801085. OLE color: 2801085.
HSL color Cylindrical-coordinate representation of color #BDBD2A: hue angle of 60º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDBD2A is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 42 | - |
| CMYK | 0 | 0 | 0.78 | 0.26 |
| HSL | 60º | 0.64% | 0.45% | - |
| HSV(B) | 60º | 0.78% | 0.74% | - |
| XYZ | 39.6 | 47.38 | 9.25 | - |
| YUV | 172.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 42 | 0 | 0 | 0.78 | 0.26 | 60 | 0.64 | 0.45 |
| Hex | BD | BD | 2A | 0 | 0 | 4E | 1A | 3C | 40 | 2D |
| Octal | 275 | 275 | 52 | 0 | 0 | 116 | 32 | 74 | 100 | 55 |
| Binary | 10111101 | 10111101 | 101010 | 0 | 0 | 1001110 | 11010 | 111100 | 1000000 | 101101 |
Color Harmonies of #BDBD2A
Complementary color
Monochromatic Colors of #BDBD2A
Black with #BDBD2A
Text Example
Text Example
White with #BDBD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD2A; }
p { color: rgb(189,189,42); }
H1.HeaderClassName
{
color: #BDBD2A;
}
.AnyTagClassName
{
color: #BDBD2A;
}
</style>
background-color css
<style>
a { background-color: #BDBD2A; }
a { background-color: rgb(189,189,42); }
div.DivClassName
{
background-color: #BDBD2A;
}
.BgClassName
{
background-color: #BDBD2A;
}
</style>
border-color css
<style>
span { border-color: #BDBD2A; }
span { border-color: rgb(189,189,42); }
td.TdClassName
{
border-color: #BDBD2A;
}
.TagClassName
{
border-color: #BDBD2A;
}
</style>