Shades of Rio Grande #BDCB22
Tints of Rio Grande #BDCB22
RGB
CMYK
RGB Variations
Color information
#BDCB22 (or 0xBDCB22) is known color: Rio Grande. HEX triplet: BD, CB and 22. RGB value is (189,203,34). Sum of RGB (Red+Green+Blue) = 189+203+34=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB22 is #4234DD. Grayscale: #B4B4B4. Windows color (decimal): -4338910 or 2280381. OLE color: 2280381.
HSL color Cylindrical-coordinate representation of color #BDCB22: hue angle of 64.97º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDCB22 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 34 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.20 |
| HSL | 64.97º | 0.71% | 0.46% | - |
| HSV(B) | 64.97º | 0.83% | 0.8% | - |
| XYZ | 42.63 | 53.65 | 9.62 | - |
| YUV | 179.55 | 45.86 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 34 | 0.07 | 0 | 0.83 | 0.20 | 64.97 | 0.71 | 0.46 |
| Hex | BD | CB | 22 | 7 | 0 | 53 | 14 | 41 | 47 | 2E |
| Octal | 275 | 313 | 42 | 7 | 0 | 123 | 24 | 101 | 107 | 56 |
| Binary | 10111101 | 11001011 | 100010 | 111 | 0 | 1010011 | 10100 | 1000001 | 1000111 | 101110 |
Color Harmonies of #BDCB22
Complementary color
Monochromatic Colors of #BDCB22
Black with #BDCB22
Text Example
Text Example
White with #BDCB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB22; }
p { color: rgb(189,203,34); }
H1.HeaderClassName
{
color: #BDCB22;
}
.AnyTagClassName
{
color: #BDCB22;
}
</style>
background-color css
<style>
a { background-color: #BDCB22; }
a { background-color: rgb(189,203,34); }
div.DivClassName
{
background-color: #BDCB22;
}
.BgClassName
{
background-color: #BDCB22;
}
</style>
border-color css
<style>
span { border-color: #BDCB22; }
span { border-color: rgb(189,203,34); }
td.TdClassName
{
border-color: #BDCB22;
}
.TagClassName
{
border-color: #BDCB22;
}
</style>