Shades of Rio Grande #BDC813
Tints of Rio Grande #BDC813
RGB
CMYK
RGB Variations
Color information
#BDC813 (or 0xBDC813) is known color: Rio Grande. HEX triplet: BD, C8 and 13. RGB value is (189,200,19). Sum of RGB (Red+Green+Blue) = 189+200+19=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC813 is #4237EC. Grayscale: #B0B0B0. Windows color (decimal): -4339693 or 1296573. OLE color: 1296573.
HSL color Cylindrical-coordinate representation of color #BDC813: hue angle of 63.65º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDC813 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 19 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.22 |
| HSL | 63.65º | 0.83% | 0.43% | - |
| HSV(B) | 63.65º | 0.91% | 0.78% | - |
| XYZ | 41.76 | 52.17 | 8.49 | - |
| YUV | 176.08 | 39.36 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 19 | 0.06 | 0 | 0.90 | 0.22 | 63.65 | 0.83 | 0.43 |
| Hex | BD | C8 | 13 | 6 | 0 | 5A | 16 | 40 | 53 | 2B |
| Octal | 275 | 310 | 23 | 6 | 0 | 132 | 26 | 100 | 123 | 53 |
| Binary | 10111101 | 11001000 | 10011 | 110 | 0 | 1011010 | 10110 | 1000000 | 1010011 | 101011 |
Color Harmonies of #BDC813
Complementary color
Monochromatic Colors of #BDC813
Black with #BDC813
Text Example
Text Example
White with #BDC813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC813; }
p { color: rgb(189,200,19); }
H1.HeaderClassName
{
color: #BDC813;
}
.AnyTagClassName
{
color: #BDC813;
}
</style>
background-color css
<style>
a { background-color: #BDC813; }
a { background-color: rgb(189,200,19); }
div.DivClassName
{
background-color: #BDC813;
}
.BgClassName
{
background-color: #BDC813;
}
</style>
border-color css
<style>
span { border-color: #BDC813; }
span { border-color: rgb(189,200,19); }
td.TdClassName
{
border-color: #BDC813;
}
.TagClassName
{
border-color: #BDC813;
}
</style>