Shades of Rio Grande #BDCB13
Tints of Rio Grande #BDCB13
RGB
CMYK
RGB Variations
Color information
#BDCB13 (or 0xBDCB13) is known color: Rio Grande. HEX triplet: BD, CB and 13. RGB value is (189,203,19). Sum of RGB (Red+Green+Blue) = 189+203+19=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCB13 is #4234EC. Grayscale: #B2B2B2. Windows color (decimal): -4338925 or 1297341. OLE color: 1297341.
HSL color Cylindrical-coordinate representation of color #BDCB13: hue angle of 64.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDCB13 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 19 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.20 |
| HSL | 64.57º | 0.83% | 0.44% | - |
| HSV(B) | 64.57º | 0.91% | 0.8% | - |
| XYZ | 42.46 | 53.58 | 8.72 | - |
| YUV | 177.84 | 38.36 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 19 | 0.07 | 0 | 0.91 | 0.20 | 64.57 | 0.83 | 0.44 |
| Hex | BD | CB | 13 | 7 | 0 | 5B | 14 | 41 | 53 | 2C |
| Octal | 275 | 313 | 23 | 7 | 0 | 133 | 24 | 101 | 123 | 54 |
| Binary | 10111101 | 11001011 | 10011 | 111 | 0 | 1011011 | 10100 | 1000001 | 1010011 | 101100 |
Color Harmonies of #BDCB13
Complementary color
Monochromatic Colors of #BDCB13
Black with #BDCB13
Text Example
Text Example
White with #BDCB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB13; }
p { color: rgb(189,203,19); }
H1.HeaderClassName
{
color: #BDCB13;
}
.AnyTagClassName
{
color: #BDCB13;
}
</style>
background-color css
<style>
a { background-color: #BDCB13; }
a { background-color: rgb(189,203,19); }
div.DivClassName
{
background-color: #BDCB13;
}
.BgClassName
{
background-color: #BDCB13;
}
</style>
border-color css
<style>
span { border-color: #BDCB13; }
span { border-color: rgb(189,203,19); }
td.TdClassName
{
border-color: #BDCB13;
}
.TagClassName
{
border-color: #BDCB13;
}
</style>