Shades of Rio Grande #BDC418
Tints of Rio Grande #BDC418
RGB
CMYK
RGB Variations
Color information
#BDC418 (or 0xBDC418) is known color: Rio Grande. HEX triplet: BD, C4 and 18. RGB value is (189,196,24). Sum of RGB (Red+Green+Blue) = 189+196+24=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC418 is #423BE7. Grayscale: #AEAEAE. Windows color (decimal): -4340712 or 1623229. OLE color: 1623229.
HSL color Cylindrical-coordinate representation of color #BDC418: hue angle of 62.44º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC418 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 24 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.23 |
| HSL | 62.44º | 0.78% | 0.43% | - |
| HSV(B) | 62.44º | 0.88% | 0.77% | - |
| XYZ | 40.89 | 50.36 | 8.43 | - |
| YUV | 174.3 | 43.18 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 24 | 0.04 | 0 | 0.88 | 0.23 | 62.44 | 0.78 | 0.43 |
| Hex | BD | C4 | 18 | 4 | 0 | 58 | 17 | 3E | 4E | 2B |
| Octal | 275 | 304 | 30 | 4 | 0 | 130 | 27 | 76 | 116 | 53 |
| Binary | 10111101 | 11000100 | 11000 | 100 | 0 | 1011000 | 10111 | 111110 | 1001110 | 101011 |
Color Harmonies of #BDC418
Complementary color
Monochromatic Colors of #BDC418
Black with #BDC418
Text Example
Text Example
White with #BDC418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC418; }
p { color: rgb(189,196,24); }
H1.HeaderClassName
{
color: #BDC418;
}
.AnyTagClassName
{
color: #BDC418;
}
</style>
background-color css
<style>
a { background-color: #BDC418; }
a { background-color: rgb(189,196,24); }
div.DivClassName
{
background-color: #BDC418;
}
.BgClassName
{
background-color: #BDC418;
}
</style>
border-color css
<style>
span { border-color: #BDC418; }
span { border-color: rgb(189,196,24); }
td.TdClassName
{
border-color: #BDC418;
}
.TagClassName
{
border-color: #BDC418;
}
</style>