Shades of Rio Grande #BDC718
Tints of Rio Grande #BDC718
RGB
CMYK
RGB Variations
Color information
#BDC718 (or 0xBDC718) is known color: Rio Grande. HEX triplet: BD, C7 and 18. RGB value is (189,199,24). Sum of RGB (Red+Green+Blue) = 189+199+24=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC718 is #4238E7. Grayscale: #B0B0B0. Windows color (decimal): -4339944 or 1623997. OLE color: 1623997.
HSL color Cylindrical-coordinate representation of color #BDC718: hue angle of 63.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC718 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 24 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.22 |
| HSL | 63.43º | 0.78% | 0.44% | - |
| HSV(B) | 63.43º | 0.88% | 0.78% | - |
| XYZ | 41.57 | 51.73 | 8.66 | - |
| YUV | 176.06 | 42.19 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 24 | 0.05 | 0 | 0.88 | 0.22 | 63.43 | 0.78 | 0.44 |
| Hex | BD | C7 | 18 | 5 | 0 | 58 | 16 | 3F | 4E | 2C |
| Octal | 275 | 307 | 30 | 5 | 0 | 130 | 26 | 77 | 116 | 54 |
| Binary | 10111101 | 11000111 | 11000 | 101 | 0 | 1011000 | 10110 | 111111 | 1001110 | 101100 |
Color Harmonies of #BDC718
Complementary color
Monochromatic Colors of #BDC718
Black with #BDC718
Text Example
Text Example
White with #BDC718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC718; }
p { color: rgb(189,199,24); }
H1.HeaderClassName
{
color: #BDC718;
}
.AnyTagClassName
{
color: #BDC718;
}
</style>
background-color css
<style>
a { background-color: #BDC718; }
a { background-color: rgb(189,199,24); }
div.DivClassName
{
background-color: #BDC718;
}
.BgClassName
{
background-color: #BDC718;
}
</style>
border-color css
<style>
span { border-color: #BDC718; }
span { border-color: rgb(189,199,24); }
td.TdClassName
{
border-color: #BDC718;
}
.TagClassName
{
border-color: #BDC718;
}
</style>