Shades of Rio Grande #BDCC19
Tints of Rio Grande #BDCC19
RGB
CMYK
RGB Variations
Color information
#BDCC19 (or 0xBDCC19) is known color: Rio Grande. HEX triplet: BD, CC and 19. RGB value is (189,204,25). Sum of RGB (Red+Green+Blue) = 189+204+25=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC19 is #4233E6. Grayscale: #B3B3B3. Windows color (decimal): -4338663 or 1690813. OLE color: 1690813.
HSL color Cylindrical-coordinate representation of color #BDCC19: hue angle of 65.03º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDCC19 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 25 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.2 |
| HSL | 65.03º | 0.78% | 0.45% | - |
| HSV(B) | 65.03º | 0.88% | 0.8% | - |
| XYZ | 42.75 | 54.07 | 9.1 | - |
| YUV | 179.11 | 41.03 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 25 | 0.07 | 0 | 0.88 | 0.2 | 65.03 | 0.78 | 0.45 |
| Hex | BD | CC | 19 | 7 | 0 | 58 | 14 | 41 | 4E | 2D |
| Octal | 275 | 314 | 31 | 7 | 0 | 130 | 24 | 101 | 116 | 55 |
| Binary | 10111101 | 11001100 | 11001 | 111 | 0 | 1011000 | 10100 | 1000001 | 1001110 | 101101 |
Color Harmonies of #BDCC19
Complementary color
Monochromatic Colors of #BDCC19
Black with #BDCC19
Text Example
Text Example
White with #BDCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC19; }
p { color: rgb(189,204,25); }
H1.HeaderClassName
{
color: #BDCC19;
}
.AnyTagClassName
{
color: #BDCC19;
}
</style>
background-color css
<style>
a { background-color: #BDCC19; }
a { background-color: rgb(189,204,25); }
div.DivClassName
{
background-color: #BDCC19;
}
.BgClassName
{
background-color: #BDCC19;
}
</style>
border-color css
<style>
span { border-color: #BDCC19; }
span { border-color: rgb(189,204,25); }
td.TdClassName
{
border-color: #BDCC19;
}
.TagClassName
{
border-color: #BDCC19;
}
</style>