Shades of Rio Grande #BDCE19
Tints of Rio Grande #BDCE19
RGB
CMYK
RGB Variations
Color information
#BDCE19 (or 0xBDCE19) is known color: Rio Grande. HEX triplet: BD, CE and 19. RGB value is (189,206,25). Sum of RGB (Red+Green+Blue) = 189+206+25=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCE19 is #4231E6. Grayscale: #B4B4B4. Windows color (decimal): -4338151 or 1691325. OLE color: 1691325.
HSL color Cylindrical-coordinate representation of color #BDCE19: hue angle of 65.64º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDCE19 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 25 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.19 |
| HSL | 65.64º | 0.78% | 0.45% | - |
| HSV(B) | 65.64º | 0.88% | 0.81% | - |
| XYZ | 43.23 | 55.03 | 9.26 | - |
| YUV | 180.28 | 40.37 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 25 | 0.08 | 0 | 0.88 | 0.19 | 65.64 | 0.78 | 0.45 |
| Hex | BD | CE | 19 | 8 | 0 | 58 | 13 | 42 | 4E | 2D |
| Octal | 275 | 316 | 31 | 10 | 0 | 130 | 23 | 102 | 116 | 55 |
| Binary | 10111101 | 11001110 | 11001 | 1000 | 0 | 1011000 | 10011 | 1000010 | 1001110 | 101101 |
Color Harmonies of #BDCE19
Complementary color
Monochromatic Colors of #BDCE19
Black with #BDCE19
Text Example
Text Example
White with #BDCE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE19; }
p { color: rgb(189,206,25); }
H1.HeaderClassName
{
color: #BDCE19;
}
.AnyTagClassName
{
color: #BDCE19;
}
</style>
background-color css
<style>
a { background-color: #BDCE19; }
a { background-color: rgb(189,206,25); }
div.DivClassName
{
background-color: #BDCE19;
}
.BgClassName
{
background-color: #BDCE19;
}
</style>
border-color css
<style>
span { border-color: #BDCE19; }
span { border-color: rgb(189,206,25); }
td.TdClassName
{
border-color: #BDCE19;
}
.TagClassName
{
border-color: #BDCE19;
}
</style>