Shades of Rio Grande #B5C916
Tints of Rio Grande #B5C916
RGB
CMYK
RGB Variations
Color information
#B5C916 (or 0xB5C916) is known color: Rio Grande. HEX triplet: B5, C9 and 16. RGB value is (181,201,22). Sum of RGB (Red+Green+Blue) = 181+201+22=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C916 is #4A36E9. Grayscale: #AFAFAF. Windows color (decimal): -4863722 or 1493429. OLE color: 1493429.
HSL color Cylindrical-coordinate representation of color #B5C916: hue angle of 66.7º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5C916 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 22 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.21 |
| HSL | 66.7º | 0.8% | 0.44% | - |
| HSV(B) | 66.7º | 0.89% | 0.79% | - |
| XYZ | 40.09 | 51.65 | 8.62 | - |
| YUV | 174.61 | 41.87 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 22 | 0.10 | 0 | 0.89 | 0.21 | 66.7 | 0.8 | 0.44 |
| Hex | B5 | C9 | 16 | A | 0 | 59 | 15 | 43 | 50 | 2C |
| Octal | 265 | 311 | 26 | 12 | 0 | 131 | 25 | 103 | 120 | 54 |
| Binary | 10110101 | 11001001 | 10110 | 1010 | 0 | 1011001 | 10101 | 1000011 | 1010000 | 101100 |
Color Harmonies of #B5C916
Complementary color
Monochromatic Colors of #B5C916
Black with #B5C916
Text Example
Text Example
White with #B5C916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C916; }
p { color: rgb(181,201,22); }
H1.HeaderClassName
{
color: #B5C916;
}
.AnyTagClassName
{
color: #B5C916;
}
</style>
background-color css
<style>
a { background-color: #B5C916; }
a { background-color: rgb(181,201,22); }
div.DivClassName
{
background-color: #B5C916;
}
.BgClassName
{
background-color: #B5C916;
}
</style>
border-color css
<style>
span { border-color: #B5C916; }
span { border-color: rgb(181,201,22); }
td.TdClassName
{
border-color: #B5C916;
}
.TagClassName
{
border-color: #B5C916;
}
</style>