Shades of Rio Grande #BDC619
Tints of Rio Grande #BDC619
RGB
CMYK
RGB Variations
Color information
#BDC619 (or 0xBDC619) is known color: Rio Grande. HEX triplet: BD, C6 and 19. RGB value is (189,198,25). Sum of RGB (Red+Green+Blue) = 189+198+25=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC619 is #4239E6. Grayscale: #B0B0B0. Windows color (decimal): -4340199 or 1689277. OLE color: 1689277.
HSL color Cylindrical-coordinate representation of color #BDC619: hue angle of 63.12º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDC619 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 25 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.22 |
| HSL | 63.12º | 0.78% | 0.44% | - |
| HSV(B) | 63.12º | 0.87% | 0.78% | - |
| XYZ | 41.36 | 51.28 | 8.64 | - |
| YUV | 175.59 | 43.02 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 25 | 0.05 | 0 | 0.87 | 0.22 | 63.12 | 0.78 | 0.44 |
| Hex | BD | C6 | 19 | 5 | 0 | 57 | 16 | 3F | 4E | 2C |
| Octal | 275 | 306 | 31 | 5 | 0 | 127 | 26 | 77 | 116 | 54 |
| Binary | 10111101 | 11000110 | 11001 | 101 | 0 | 1010111 | 10110 | 111111 | 1001110 | 101100 |
Color Harmonies of #BDC619
Complementary color
Monochromatic Colors of #BDC619
Black with #BDC619
Text Example
Text Example
White with #BDC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC619; }
p { color: rgb(189,198,25); }
H1.HeaderClassName
{
color: #BDC619;
}
.AnyTagClassName
{
color: #BDC619;
}
</style>
background-color css
<style>
a { background-color: #BDC619; }
a { background-color: rgb(189,198,25); }
div.DivClassName
{
background-color: #BDC619;
}
.BgClassName
{
background-color: #BDC619;
}
</style>
border-color css
<style>
span { border-color: #BDC619; }
span { border-color: rgb(189,198,25); }
td.TdClassName
{
border-color: #BDC619;
}
.TagClassName
{
border-color: #BDC619;
}
</style>