Shades of Rio Grande #BDC814
Tints of Rio Grande #BDC814
RGB
CMYK
RGB Variations
Color information
#BDC814 (or 0xBDC814) is known color: Rio Grande. HEX triplet: BD, C8 and 14. RGB value is (189,200,20). Sum of RGB (Red+Green+Blue) = 189+200+20=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC814 is #4237EB. Grayscale: #B0B0B0. Windows color (decimal): -4339692 or 1362109. OLE color: 1362109.
HSL color Cylindrical-coordinate representation of color #BDC814: hue angle of 63.67º degrees, saturation: 0.82, 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 #BDC814 is Cyan = 0.06, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 20 | - |
| CMYK | 0.06 | 0 | 0.9 | 0.22 |
| HSL | 63.67º | 0.82% | 0.43% | - |
| HSV(B) | 63.67º | 0.9% | 0.78% | - |
| XYZ | 41.77 | 52.18 | 8.53 | - |
| YUV | 176.19 | 39.86 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 20 | 0.06 | 0 | 0.9 | 0.22 | 63.67 | 0.82 | 0.43 |
| Hex | BD | C8 | 14 | 6 | 0 | 5A | 16 | 40 | 52 | 2B |
| Octal | 275 | 310 | 24 | 6 | 0 | 132 | 26 | 100 | 122 | 53 |
| Binary | 10111101 | 11001000 | 10100 | 110 | 0 | 1011010 | 10110 | 1000000 | 1010010 | 101011 |
Color Harmonies of #BDC814
Complementary color
Monochromatic Colors of #BDC814
Black with #BDC814
Text Example
Text Example
White with #BDC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC814; }
p { color: rgb(189,200,20); }
H1.HeaderClassName
{
color: #BDC814;
}
.AnyTagClassName
{
color: #BDC814;
}
</style>
background-color css
<style>
a { background-color: #BDC814; }
a { background-color: rgb(189,200,20); }
div.DivClassName
{
background-color: #BDC814;
}
.BgClassName
{
background-color: #BDC814;
}
</style>
border-color css
<style>
span { border-color: #BDC814; }
span { border-color: rgb(189,200,20); }
td.TdClassName
{
border-color: #BDC814;
}
.TagClassName
{
border-color: #BDC814;
}
</style>