Shades of Rio Grande #B5D019
Tints of Rio Grande #B5D019
RGB
CMYK
RGB Variations
Color information
#B5D019 (or 0xB5D019) is known color: Rio Grande. HEX triplet: B5, D0 and 19. RGB value is (181,208,25). Sum of RGB (Red+Green+Blue) = 181+208+25=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D019 is #4A2FE6. Grayscale: #B3B3B3. Windows color (decimal): -4861927 or 1691829. OLE color: 1691829.
HSL color Cylindrical-coordinate representation of color #B5D019: hue angle of 68.85º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5D019 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 25 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.18 |
| HSL | 68.85º | 0.79% | 0.46% | - |
| HSV(B) | 68.85º | 0.88% | 0.82% | - |
| XYZ | 41.79 | 55.01 | 9.33 | - |
| YUV | 179.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 25 | 0.13 | 0 | 0.88 | 0.18 | 68.85 | 0.79 | 0.46 |
| Hex | B5 | D0 | 19 | D | 0 | 58 | 12 | 45 | 4F | 2E |
| Octal | 265 | 320 | 31 | 15 | 0 | 130 | 22 | 105 | 117 | 56 |
| Binary | 10110101 | 11010000 | 11001 | 1101 | 0 | 1011000 | 10010 | 1000101 | 1001111 | 101110 |
Color Harmonies of #B5D019
Complementary color
Monochromatic Colors of #B5D019
Black with #B5D019
Text Example
Text Example
White with #B5D019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D019; }
p { color: rgb(181,208,25); }
H1.HeaderClassName
{
color: #B5D019;
}
.AnyTagClassName
{
color: #B5D019;
}
</style>
background-color css
<style>
a { background-color: #B5D019; }
a { background-color: rgb(181,208,25); }
div.DivClassName
{
background-color: #B5D019;
}
.BgClassName
{
background-color: #B5D019;
}
</style>
border-color css
<style>
span { border-color: #B5D019; }
span { border-color: rgb(181,208,25); }
td.TdClassName
{
border-color: #B5D019;
}
.TagClassName
{
border-color: #B5D019;
}
</style>