Shades of Rio Grande #BDD513
Tints of Rio Grande #BDD513
RGB
CMYK
RGB Variations
Color information
#BDD513 (or 0xBDD513) is known color: Rio Grande. HEX triplet: BD, D5 and 13. RGB value is (189,213,19). Sum of RGB (Red+Green+Blue) = 189+213+19=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD513 is #422AEC. Grayscale: #B8B8B8. Windows color (decimal): -4336365 or 1299901. OLE color: 1299901.
HSL color Cylindrical-coordinate representation of color #BDD513: hue angle of 67.42º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDD513 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 19 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.16 |
| HSL | 67.42º | 0.84% | 0.45% | - |
| HSV(B) | 67.42º | 0.91% | 0.84% | - |
| XYZ | 44.9 | 58.45 | 9.53 | - |
| YUV | 183.71 | 35.05 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 19 | 0.11 | 0 | 0.91 | 0.16 | 67.42 | 0.84 | 0.45 |
| Hex | BD | D5 | 13 | B | 0 | 5B | 10 | 43 | 54 | 2D |
| Octal | 275 | 325 | 23 | 13 | 0 | 133 | 20 | 103 | 124 | 55 |
| Binary | 10111101 | 11010101 | 10011 | 1011 | 0 | 1011011 | 10000 | 1000011 | 1010100 | 101101 |
Color Harmonies of #BDD513
Complementary color
Monochromatic Colors of #BDD513
Black with #BDD513
Text Example
Text Example
White with #BDD513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD513; }
p { color: rgb(189,213,19); }
H1.HeaderClassName
{
color: #BDD513;
}
.AnyTagClassName
{
color: #BDD513;
}
</style>
background-color css
<style>
a { background-color: #BDD513; }
a { background-color: rgb(189,213,19); }
div.DivClassName
{
background-color: #BDD513;
}
.BgClassName
{
background-color: #BDD513;
}
</style>
border-color css
<style>
span { border-color: #BDD513; }
span { border-color: rgb(189,213,19); }
td.TdClassName
{
border-color: #BDD513;
}
.TagClassName
{
border-color: #BDD513;
}
</style>