Shades of Rio Grande #BDBD28
Tints of Rio Grande #BDBD28
RGB
CMYK
RGB Variations
Color information
#BDBD28 (or 0xBDBD28) is known color: Rio Grande. HEX triplet: BD, BD and 28. RGB value is (189,189,40). Sum of RGB (Red+Green+Blue) = 189+189+40=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD28 is #4242D7. Grayscale: #ACACAC. Windows color (decimal): -4342488 or 2670013. OLE color: 2670013.
HSL color Cylindrical-coordinate representation of color #BDBD28: hue angle of 60º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDBD28 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 40 | - |
| CMYK | 0 | 0 | 0.79 | 0.26 |
| HSL | 60º | 0.65% | 0.45% | - |
| HSV(B) | 60º | 0.79% | 0.74% | - |
| XYZ | 39.57 | 47.37 | 9.06 | - |
| YUV | 172.01 | 53.5 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 40 | 0 | 0 | 0.79 | 0.26 | 60 | 0.65 | 0.45 |
| Hex | BD | BD | 28 | 0 | 0 | 4F | 1A | 3C | 41 | 2D |
| Octal | 275 | 275 | 50 | 0 | 0 | 117 | 32 | 74 | 101 | 55 |
| Binary | 10111101 | 10111101 | 101000 | 0 | 0 | 1001111 | 11010 | 111100 | 1000001 | 101101 |
Color Harmonies of #BDBD28
Complementary color
Monochromatic Colors of #BDBD28
Black with #BDBD28
Text Example
Text Example
White with #BDBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD28; }
p { color: rgb(189,189,40); }
H1.HeaderClassName
{
color: #BDBD28;
}
.AnyTagClassName
{
color: #BDBD28;
}
</style>
background-color css
<style>
a { background-color: #BDBD28; }
a { background-color: rgb(189,189,40); }
div.DivClassName
{
background-color: #BDBD28;
}
.BgClassName
{
background-color: #BDBD28;
}
</style>
border-color css
<style>
span { border-color: #BDBD28; }
span { border-color: rgb(189,189,40); }
td.TdClassName
{
border-color: #BDBD28;
}
.TagClassName
{
border-color: #BDBD28;
}
</style>