Shades of Rio Grande #BDBD22
Tints of Rio Grande #BDBD22
RGB
CMYK
RGB Variations
Color information
#BDBD22 (or 0xBDBD22) is known color: Rio Grande. HEX triplet: BD, BD and 22. RGB value is (189,189,34). Sum of RGB (Red+Green+Blue) = 189+189+34=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD22 is #4242DD. Grayscale: #ABABAB. Windows color (decimal): -4342494 or 2276797. OLE color: 2276797.
HSL color Cylindrical-coordinate representation of color #BDBD22: hue angle of 60º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDBD22 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 34 | - |
| CMYK | 0 | 0 | 0.82 | 0.26 |
| HSL | 60º | 0.7% | 0.44% | - |
| HSV(B) | 60º | 0.82% | 0.74% | - |
| XYZ | 39.47 | 47.33 | 8.57 | - |
| YUV | 171.33 | 50.5 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 34 | 0 | 0 | 0.82 | 0.26 | 60 | 0.7 | 0.44 |
| Hex | BD | BD | 22 | 0 | 0 | 52 | 1A | 3C | 46 | 2C |
| Octal | 275 | 275 | 42 | 0 | 0 | 122 | 32 | 74 | 106 | 54 |
| Binary | 10111101 | 10111101 | 100010 | 0 | 0 | 1010010 | 11010 | 111100 | 1000110 | 101100 |
Color Harmonies of #BDBD22
Complementary color
Monochromatic Colors of #BDBD22
Black with #BDBD22
Text Example
Text Example
White with #BDBD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD22; }
p { color: rgb(189,189,34); }
H1.HeaderClassName
{
color: #BDBD22;
}
.AnyTagClassName
{
color: #BDBD22;
}
</style>
background-color css
<style>
a { background-color: #BDBD22; }
a { background-color: rgb(189,189,34); }
div.DivClassName
{
background-color: #BDBD22;
}
.BgClassName
{
background-color: #BDBD22;
}
</style>
border-color css
<style>
span { border-color: #BDBD22; }
span { border-color: rgb(189,189,34); }
td.TdClassName
{
border-color: #BDBD22;
}
.TagClassName
{
border-color: #BDBD22;
}
</style>