Shades of Rio Grande #B5D20E
Tints of Rio Grande #B5D20E
RGB
CMYK
RGB Variations
Color information
#B5D20E (or 0xB5D20E) is known color: Rio Grande. HEX triplet: B5, D2 and 0E. RGB value is (181,210,14). Sum of RGB (Red+Green+Blue) = 181+210+14=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D20E is #4A2DF1. Grayscale: #B3B3B3. Windows color (decimal): -4861426 or 971445. OLE color: 971445.
HSL color Cylindrical-coordinate representation of color #B5D20E: hue angle of 68.88º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5D20E is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 14 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.18 |
| HSL | 68.88º | 0.88% | 0.44% | - |
| HSV(B) | 68.88º | 0.93% | 0.82% | - |
| XYZ | 42.18 | 55.95 | 8.99 | - |
| YUV | 178.99 | 34.89 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 14 | 0.14 | 0 | 0.93 | 0.18 | 68.88 | 0.88 | 0.44 |
| Hex | B5 | D2 | E | E | 0 | 5D | 12 | 45 | 58 | 2C |
| Octal | 265 | 322 | 16 | 16 | 0 | 135 | 22 | 105 | 130 | 54 |
| Binary | 10110101 | 11010010 | 1110 | 1110 | 0 | 1011101 | 10010 | 1000101 | 1011000 | 101100 |
Color Harmonies of #B5D20E
Complementary color
Monochromatic Colors of #B5D20E
Black with #B5D20E
Text Example
Text Example
White with #B5D20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D20E; }
p { color: rgb(181,210,14); }
H1.HeaderClassName
{
color: #B5D20E;
}
.AnyTagClassName
{
color: #B5D20E;
}
</style>
background-color css
<style>
a { background-color: #B5D20E; }
a { background-color: rgb(181,210,14); }
div.DivClassName
{
background-color: #B5D20E;
}
.BgClassName
{
background-color: #B5D20E;
}
</style>
border-color css
<style>
span { border-color: #B5D20E; }
span { border-color: rgb(181,210,14); }
td.TdClassName
{
border-color: #B5D20E;
}
.TagClassName
{
border-color: #B5D20E;
}
</style>