Shades of Rio Grande #B5BF16
Tints of Rio Grande #B5BF16
RGB
CMYK
RGB Variations
Color information
#B5BF16 (or 0xB5BF16) is known color: Rio Grande. HEX triplet: B5, BF and 16. RGB value is (181,191,22). Sum of RGB (Red+Green+Blue) = 181+191+22=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BF16 is #4A40E9. Grayscale: #A9A9A9. Windows color (decimal): -4866282 or 1490869. OLE color: 1490869.
HSL color Cylindrical-coordinate representation of color #B5BF16: hue angle of 63.55º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5BF16 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 22 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.25 |
| HSL | 63.55º | 0.79% | 0.42% | - |
| HSV(B) | 63.55º | 0.88% | 0.75% | - |
| XYZ | 37.83 | 47.14 | 7.86 | - |
| YUV | 168.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 22 | 0.05 | 0 | 0.88 | 0.25 | 63.55 | 0.79 | 0.42 |
| Hex | B5 | BF | 16 | 5 | 0 | 58 | 19 | 40 | 4F | 2A |
| Octal | 265 | 277 | 26 | 5 | 0 | 130 | 31 | 100 | 117 | 52 |
| Binary | 10110101 | 10111111 | 10110 | 101 | 0 | 1011000 | 11001 | 1000000 | 1001111 | 101010 |
Color Harmonies of #B5BF16
Complementary color
Monochromatic Colors of #B5BF16
Black with #B5BF16
Text Example
Text Example
White with #B5BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF16; }
p { color: rgb(181,191,22); }
H1.HeaderClassName
{
color: #B5BF16;
}
.AnyTagClassName
{
color: #B5BF16;
}
</style>
background-color css
<style>
a { background-color: #B5BF16; }
a { background-color: rgb(181,191,22); }
div.DivClassName
{
background-color: #B5BF16;
}
.BgClassName
{
background-color: #B5BF16;
}
</style>
border-color css
<style>
span { border-color: #B5BF16; }
span { border-color: rgb(181,191,22); }
td.TdClassName
{
border-color: #B5BF16;
}
.TagClassName
{
border-color: #B5BF16;
}
</style>