Shades of Rio Grande #BDC919
Tints of Rio Grande #BDC919
RGB
CMYK
RGB Variations
Color information
#BDC919 (or 0xBDC919) is known color: Rio Grande. HEX triplet: BD, C9 and 19. RGB value is (189,201,25). Sum of RGB (Red+Green+Blue) = 189+201+25=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC919 is #4236E6. Grayscale: #B2B2B2. Windows color (decimal): -4339431 or 1690045. OLE color: 1690045.
HSL color Cylindrical-coordinate representation of color #BDC919: hue angle of 64.09º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC919 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 25 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.21 |
| HSL | 64.09º | 0.78% | 0.44% | - |
| HSV(B) | 64.09º | 0.88% | 0.79% | - |
| XYZ | 42.05 | 52.66 | 8.87 | - |
| YUV | 177.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 25 | 0.06 | 0 | 0.88 | 0.21 | 64.09 | 0.78 | 0.44 |
| Hex | BD | C9 | 19 | 6 | 0 | 58 | 15 | 40 | 4E | 2C |
| Octal | 275 | 311 | 31 | 6 | 0 | 130 | 25 | 100 | 116 | 54 |
| Binary | 10111101 | 11001001 | 11001 | 110 | 0 | 1011000 | 10101 | 1000000 | 1001110 | 101100 |
Color Harmonies of #BDC919
Complementary color
Monochromatic Colors of #BDC919
Black with #BDC919
Text Example
Text Example
White with #BDC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC919; }
p { color: rgb(189,201,25); }
H1.HeaderClassName
{
color: #BDC919;
}
.AnyTagClassName
{
color: #BDC919;
}
</style>
background-color css
<style>
a { background-color: #BDC919; }
a { background-color: rgb(189,201,25); }
div.DivClassName
{
background-color: #BDC919;
}
.BgClassName
{
background-color: #BDC919;
}
</style>
border-color css
<style>
span { border-color: #BDC919; }
span { border-color: rgb(189,201,25); }
td.TdClassName
{
border-color: #BDC919;
}
.TagClassName
{
border-color: #BDC919;
}
</style>