Shades of Rio Grande #B5D215
Tints of Rio Grande #B5D215
RGB
CMYK
RGB Variations
Color information
#B5D215 (or 0xB5D215) is known color: Rio Grande. HEX triplet: B5, D2 and 15. RGB value is (181,210,21). Sum of RGB (Red+Green+Blue) = 181+210+21=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D215 is #4A2DEA. Grayscale: #B4B4B4. Windows color (decimal): -4861419 or 1430197. OLE color: 1430197.
HSL color Cylindrical-coordinate representation of color #B5D215: hue angle of 69.21º 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 #B5D215 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.18 |
| HSL | 69.21º | 0.82% | 0.45% | - |
| HSV(B) | 69.21º | 0.9% | 0.82% | - |
| XYZ | 42.24 | 55.97 | 9.29 | - |
| YUV | 179.78 | 38.39 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 21 | 0.14 | 0 | 0.90 | 0.18 | 69.21 | 0.82 | 0.45 |
| Hex | B5 | D2 | 15 | E | 0 | 5A | 12 | 45 | 52 | 2D |
| Octal | 265 | 322 | 25 | 16 | 0 | 132 | 22 | 105 | 122 | 55 |
| Binary | 10110101 | 11010010 | 10101 | 1110 | 0 | 1011010 | 10010 | 1000101 | 1010010 | 101101 |
Color Harmonies of #B5D215
Complementary color
Monochromatic Colors of #B5D215
Black with #B5D215
Text Example
Text Example
White with #B5D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D215; }
p { color: rgb(181,210,21); }
H1.HeaderClassName
{
color: #B5D215;
}
.AnyTagClassName
{
color: #B5D215;
}
</style>
background-color css
<style>
a { background-color: #B5D215; }
a { background-color: rgb(181,210,21); }
div.DivClassName
{
background-color: #B5D215;
}
.BgClassName
{
background-color: #B5D215;
}
</style>
border-color css
<style>
span { border-color: #B5D215; }
span { border-color: rgb(181,210,21); }
td.TdClassName
{
border-color: #B5D215;
}
.TagClassName
{
border-color: #B5D215;
}
</style>