Shades of Rio Grande #BDC118
Tints of Rio Grande #BDC118
RGB
CMYK
RGB Variations
Color information
#BDC118 (or 0xBDC118) is known color: Rio Grande. HEX triplet: BD, C1 and 18. RGB value is (189,193,24). Sum of RGB (Red+Green+Blue) = 189+193+24=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC118 is #423EE7. Grayscale: #ADADAD. Windows color (decimal): -4341480 or 1622461. OLE color: 1622461.
HSL color Cylindrical-coordinate representation of color #BDC118: hue angle of 61.42º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC118 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 24 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.24 |
| HSL | 61.42º | 0.78% | 0.43% | - |
| HSV(B) | 61.42º | 0.88% | 0.76% | - |
| XYZ | 40.22 | 49.02 | 8.21 | - |
| YUV | 172.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 24 | 0.02 | 0 | 0.88 | 0.24 | 61.42 | 0.78 | 0.43 |
| Hex | BD | C1 | 18 | 2 | 0 | 58 | 18 | 3D | 4E | 2B |
| Octal | 275 | 301 | 30 | 2 | 0 | 130 | 30 | 75 | 116 | 53 |
| Binary | 10111101 | 11000001 | 11000 | 10 | 0 | 1011000 | 11000 | 111101 | 1001110 | 101011 |
Color Harmonies of #BDC118
Complementary color
Monochromatic Colors of #BDC118
Black with #BDC118
Text Example
Text Example
White with #BDC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC118; }
p { color: rgb(189,193,24); }
H1.HeaderClassName
{
color: #BDC118;
}
.AnyTagClassName
{
color: #BDC118;
}
</style>
background-color css
<style>
a { background-color: #BDC118; }
a { background-color: rgb(189,193,24); }
div.DivClassName
{
background-color: #BDC118;
}
.BgClassName
{
background-color: #BDC118;
}
</style>
border-color css
<style>
span { border-color: #BDC118; }
span { border-color: rgb(189,193,24); }
td.TdClassName
{
border-color: #BDC118;
}
.TagClassName
{
border-color: #BDC118;
}
</style>