Shades of Rio Grande #BDC018
Tints of Rio Grande #BDC018
RGB
CMYK
RGB Variations
Color information
#BDC018 (or 0xBDC018) is known color: Rio Grande. HEX triplet: BD, C0 and 18. RGB value is (189,192,24). Sum of RGB (Red+Green+Blue) = 189+192+24=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC018 is #423FE7. Grayscale: #ACACAC. Windows color (decimal): -4341736 or 1622205. OLE color: 1622205.
HSL color Cylindrical-coordinate representation of color #BDC018: hue angle of 61.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC018 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 24 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.25 |
| HSL | 61.07º | 0.78% | 0.42% | - |
| HSV(B) | 61.07º | 0.88% | 0.75% | - |
| XYZ | 40 | 48.58 | 8.13 | - |
| YUV | 171.95 | 44.51 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 24 | 0.02 | 0 | 0.88 | 0.25 | 61.07 | 0.78 | 0.42 |
| Hex | BD | C0 | 18 | 2 | 0 | 58 | 19 | 3D | 4E | 2A |
| Octal | 275 | 300 | 30 | 2 | 0 | 130 | 31 | 75 | 116 | 52 |
| Binary | 10111101 | 11000000 | 11000 | 10 | 0 | 1011000 | 11001 | 111101 | 1001110 | 101010 |
Color Harmonies of #BDC018
Complementary color
Monochromatic Colors of #BDC018
Black with #BDC018
Text Example
Text Example
White with #BDC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC018; }
p { color: rgb(189,192,24); }
H1.HeaderClassName
{
color: #BDC018;
}
.AnyTagClassName
{
color: #BDC018;
}
</style>
background-color css
<style>
a { background-color: #BDC018; }
a { background-color: rgb(189,192,24); }
div.DivClassName
{
background-color: #BDC018;
}
.BgClassName
{
background-color: #BDC018;
}
</style>
border-color css
<style>
span { border-color: #BDC018; }
span { border-color: rgb(189,192,24); }
td.TdClassName
{
border-color: #BDC018;
}
.TagClassName
{
border-color: #BDC018;
}
</style>