Shades of Rio Grande #BDCB14
Tints of Rio Grande #BDCB14
RGB
CMYK
RGB Variations
Color information
#BDCB14 (or 0xBDCB14) is known color: Rio Grande. HEX triplet: BD, CB and 14. RGB value is (189,203,20). Sum of RGB (Red+Green+Blue) = 189+203+20=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCB14 is #4234EB. Grayscale: #B2B2B2. Windows color (decimal): -4338924 or 1362877. OLE color: 1362877.
HSL color Cylindrical-coordinate representation of color #BDCB14: hue angle of 64.59º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDCB14 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 20 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.20 |
| HSL | 64.59º | 0.82% | 0.44% | - |
| HSV(B) | 64.59º | 0.9% | 0.8% | - |
| XYZ | 42.47 | 53.58 | 8.77 | - |
| YUV | 177.95 | 38.86 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 20 | 0.07 | 0 | 0.90 | 0.20 | 64.59 | 0.82 | 0.44 |
| Hex | BD | CB | 14 | 7 | 0 | 5A | 14 | 41 | 52 | 2C |
| Octal | 275 | 313 | 24 | 7 | 0 | 132 | 24 | 101 | 122 | 54 |
| Binary | 10111101 | 11001011 | 10100 | 111 | 0 | 1011010 | 10100 | 1000001 | 1010010 | 101100 |
Color Harmonies of #BDCB14
Complementary color
Monochromatic Colors of #BDCB14
Black with #BDCB14
Text Example
Text Example
White with #BDCB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB14; }
p { color: rgb(189,203,20); }
H1.HeaderClassName
{
color: #BDCB14;
}
.AnyTagClassName
{
color: #BDCB14;
}
</style>
background-color css
<style>
a { background-color: #BDCB14; }
a { background-color: rgb(189,203,20); }
div.DivClassName
{
background-color: #BDCB14;
}
.BgClassName
{
background-color: #BDCB14;
}
</style>
border-color css
<style>
span { border-color: #BDCB14; }
span { border-color: rgb(189,203,20); }
td.TdClassName
{
border-color: #BDCB14;
}
.TagClassName
{
border-color: #BDCB14;
}
</style>