Shades of Rio Grande #B5C016
Tints of Rio Grande #B5C016
RGB
CMYK
RGB Variations
Color information
#B5C016 (or 0xB5C016) is known color: Rio Grande. HEX triplet: B5, C0 and 16. RGB value is (181,192,22). Sum of RGB (Red+Green+Blue) = 181+192+22=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C016 is #4A3FE9. Grayscale: #A9A9A9. Windows color (decimal): -4866026 or 1491125. OLE color: 1491125.
HSL color Cylindrical-coordinate representation of color #B5C016: hue angle of 63.88º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5C016 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 22 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.25 |
| HSL | 63.88º | 0.79% | 0.42% | - |
| HSV(B) | 63.88º | 0.89% | 0.75% | - |
| XYZ | 38.05 | 47.58 | 7.94 | - |
| YUV | 169.33 | 44.86 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 22 | 0.06 | 0 | 0.89 | 0.25 | 63.88 | 0.79 | 0.42 |
| Hex | B5 | C0 | 16 | 6 | 0 | 59 | 19 | 40 | 4F | 2A |
| Octal | 265 | 300 | 26 | 6 | 0 | 131 | 31 | 100 | 117 | 52 |
| Binary | 10110101 | 11000000 | 10110 | 110 | 0 | 1011001 | 11001 | 1000000 | 1001111 | 101010 |
Color Harmonies of #B5C016
Complementary color
Monochromatic Colors of #B5C016
Black with #B5C016
Text Example
Text Example
White with #B5C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C016; }
p { color: rgb(181,192,22); }
H1.HeaderClassName
{
color: #B5C016;
}
.AnyTagClassName
{
color: #B5C016;
}
</style>
background-color css
<style>
a { background-color: #B5C016; }
a { background-color: rgb(181,192,22); }
div.DivClassName
{
background-color: #B5C016;
}
.BgClassName
{
background-color: #B5C016;
}
</style>
border-color css
<style>
span { border-color: #B5C016; }
span { border-color: rgb(181,192,22); }
td.TdClassName
{
border-color: #B5C016;
}
.TagClassName
{
border-color: #B5C016;
}
</style>