Shades of Rio Grande #BDD015
Tints of Rio Grande #BDD015
RGB
CMYK
RGB Variations
Color information
#BDD015 (or 0xBDD015) is known color: Rio Grande. HEX triplet: BD, D0 and 15. RGB value is (189,208,21). Sum of RGB (Red+Green+Blue) = 189+208+21=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD015 is #422FEA. Grayscale: #B5B5B5. Windows color (decimal): -4337643 or 1429693. OLE color: 1429693.
HSL color Cylindrical-coordinate representation of color #BDD015: hue angle of 66.1º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDD015 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 21 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.18 |
| HSL | 66.1º | 0.82% | 0.45% | - |
| HSV(B) | 66.1º | 0.9% | 0.82% | - |
| XYZ | 43.68 | 55.98 | 9.21 | - |
| YUV | 181 | 37.71 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 21 | 0.09 | 0 | 0.90 | 0.18 | 66.1 | 0.82 | 0.45 |
| Hex | BD | D0 | 15 | 9 | 0 | 5A | 12 | 42 | 52 | 2D |
| Octal | 275 | 320 | 25 | 11 | 0 | 132 | 22 | 102 | 122 | 55 |
| Binary | 10111101 | 11010000 | 10101 | 1001 | 0 | 1011010 | 10010 | 1000010 | 1010010 | 101101 |
Color Harmonies of #BDD015
Complementary color
Monochromatic Colors of #BDD015
Black with #BDD015
Text Example
Text Example
White with #BDD015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD015; }
p { color: rgb(189,208,21); }
H1.HeaderClassName
{
color: #BDD015;
}
.AnyTagClassName
{
color: #BDD015;
}
</style>
background-color css
<style>
a { background-color: #BDD015; }
a { background-color: rgb(189,208,21); }
div.DivClassName
{
background-color: #BDD015;
}
.BgClassName
{
background-color: #BDD015;
}
</style>
border-color css
<style>
span { border-color: #BDD015; }
span { border-color: rgb(189,208,21); }
td.TdClassName
{
border-color: #BDD015;
}
.TagClassName
{
border-color: #BDD015;
}
</style>