Shades of Rio Grande #B5D31F
Tints of Rio Grande #B5D31F
RGB
CMYK
RGB Variations
Color information
#B5D31F (or 0xB5D31F) is known color: Rio Grande. HEX triplet: B5, D3 and 1F. RGB value is (181,211,31). Sum of RGB (Red+Green+Blue) = 181+211+31=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D31F is #4A2CE0. Grayscale: #B6B6B6. Windows color (decimal): -4861153 or 2085813. OLE color: 2085813.
HSL color Cylindrical-coordinate representation of color #B5D31F: hue angle of 70º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5D31F is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 31 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.17 |
| HSL | 70º | 0.74% | 0.47% | - |
| HSV(B) | 70º | 0.85% | 0.83% | - |
| XYZ | 42.6 | 56.51 | 9.96 | - |
| YUV | 181.51 | 43.06 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 31 | 0.14 | 0 | 0.85 | 0.17 | 70 | 0.74 | 0.47 |
| Hex | B5 | D3 | 1F | E | 0 | 55 | 11 | 46 | 4A | 2F |
| Octal | 265 | 323 | 37 | 16 | 0 | 125 | 21 | 106 | 112 | 57 |
| Binary | 10110101 | 11010011 | 11111 | 1110 | 0 | 1010101 | 10001 | 1000110 | 1001010 | 101111 |
Color Harmonies of #B5D31F
Complementary color
Monochromatic Colors of #B5D31F
Black with #B5D31F
Text Example
Text Example
White with #B5D31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D31F; }
p { color: rgb(181,211,31); }
H1.HeaderClassName
{
color: #B5D31F;
}
.AnyTagClassName
{
color: #B5D31F;
}
</style>
background-color css
<style>
a { background-color: #B5D31F; }
a { background-color: rgb(181,211,31); }
div.DivClassName
{
background-color: #B5D31F;
}
.BgClassName
{
background-color: #B5D31F;
}
</style>
border-color css
<style>
span { border-color: #B5D31F; }
span { border-color: rgb(181,211,31); }
td.TdClassName
{
border-color: #B5D31F;
}
.TagClassName
{
border-color: #B5D31F;
}
</style>