Shades of Rio Grande #BDCE14
Tints of Rio Grande #BDCE14
RGB
CMYK
RGB Variations
Color information
#BDCE14 (or 0xBDCE14) is known color: Rio Grande. HEX triplet: BD, CE and 14. RGB value is (189,206,20). Sum of RGB (Red+Green+Blue) = 189+206+20=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCE14 is #4231EB. Grayscale: #B4B4B4. Windows color (decimal): -4338156 or 1363645. OLE color: 1363645.
HSL color Cylindrical-coordinate representation of color #BDCE14: hue angle of 65.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDCE14 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 20 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.19 |
| HSL | 65.48º | 0.82% | 0.44% | - |
| HSV(B) | 65.48º | 0.9% | 0.81% | - |
| XYZ | 43.18 | 55.01 | 9 | - |
| YUV | 179.71 | 37.87 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 20 | 0.08 | 0 | 0.90 | 0.19 | 65.48 | 0.82 | 0.44 |
| Hex | BD | CE | 14 | 8 | 0 | 5A | 13 | 41 | 52 | 2C |
| Octal | 275 | 316 | 24 | 10 | 0 | 132 | 23 | 101 | 122 | 54 |
| Binary | 10111101 | 11001110 | 10100 | 1000 | 0 | 1011010 | 10011 | 1000001 | 1010010 | 101100 |
Color Harmonies of #BDCE14
Complementary color
Monochromatic Colors of #BDCE14
Black with #BDCE14
Text Example
Text Example
White with #BDCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE14; }
p { color: rgb(189,206,20); }
H1.HeaderClassName
{
color: #BDCE14;
}
.AnyTagClassName
{
color: #BDCE14;
}
</style>
background-color css
<style>
a { background-color: #BDCE14; }
a { background-color: rgb(189,206,20); }
div.DivClassName
{
background-color: #BDCE14;
}
.BgClassName
{
background-color: #BDCE14;
}
</style>
border-color css
<style>
span { border-color: #BDCE14; }
span { border-color: rgb(189,206,20); }
td.TdClassName
{
border-color: #BDCE14;
}
.TagClassName
{
border-color: #BDCE14;
}
</style>