Shades of Rio Grande #B5D314
Tints of Rio Grande #B5D314
RGB
CMYK
RGB Variations
Color information
#B5D314 (or 0xB5D314) is known color: Rio Grande. HEX triplet: B5, D3 and 14. RGB value is (181,211,20). Sum of RGB (Red+Green+Blue) = 181+211+20=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D314 is #4A2CEB. Grayscale: #B4B4B4. Windows color (decimal): -4861164 or 1364917. OLE color: 1364917.
HSL color Cylindrical-coordinate representation of color #B5D314: hue angle of 69.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5D314 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 20 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.17 |
| HSL | 69.42º | 0.83% | 0.45% | - |
| HSV(B) | 69.42º | 0.91% | 0.83% | - |
| XYZ | 42.48 | 56.46 | 9.32 | - |
| YUV | 180.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 20 | 0.14 | 0 | 0.91 | 0.17 | 69.42 | 0.83 | 0.45 |
| Hex | B5 | D3 | 14 | E | 0 | 5B | 11 | 45 | 53 | 2D |
| Octal | 265 | 323 | 24 | 16 | 0 | 133 | 21 | 105 | 123 | 55 |
| Binary | 10110101 | 11010011 | 10100 | 1110 | 0 | 1011011 | 10001 | 1000101 | 1010011 | 101101 |
Color Harmonies of #B5D314
Complementary color
Monochromatic Colors of #B5D314
Black with #B5D314
Text Example
Text Example
White with #B5D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D314; }
p { color: rgb(181,211,20); }
H1.HeaderClassName
{
color: #B5D314;
}
.AnyTagClassName
{
color: #B5D314;
}
</style>
background-color css
<style>
a { background-color: #B5D314; }
a { background-color: rgb(181,211,20); }
div.DivClassName
{
background-color: #B5D314;
}
.BgClassName
{
background-color: #B5D314;
}
</style>
border-color css
<style>
span { border-color: #B5D314; }
span { border-color: rgb(181,211,20); }
td.TdClassName
{
border-color: #B5D314;
}
.TagClassName
{
border-color: #B5D314;
}
</style>