Shades of Rio Grande #B9C516
Tints of Rio Grande #B9C516
RGB
CMYK
RGB Variations
Color information
#B9C516 (or 0xB9C516) is known color: Rio Grande. HEX triplet: B9, C5 and 16. RGB value is (185,197,22). Sum of RGB (Red+Green+Blue) = 185+197+22=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C516 is #463AE9. Grayscale: #AEAEAE. Windows color (decimal): -4602602 or 1492409. OLE color: 1492409.
HSL color Cylindrical-coordinate representation of color #B9C516: hue angle of 64.11º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9C516 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 22 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.23 |
| HSL | 64.11º | 0.8% | 0.43% | - |
| HSV(B) | 64.11º | 0.89% | 0.77% | - |
| XYZ | 40.12 | 50.3 | 8.35 | - |
| YUV | 173.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 22 | 0.06 | 0 | 0.89 | 0.23 | 64.11 | 0.8 | 0.43 |
| Hex | B9 | C5 | 16 | 6 | 0 | 59 | 17 | 40 | 50 | 2B |
| Octal | 271 | 305 | 26 | 6 | 0 | 131 | 27 | 100 | 120 | 53 |
| Binary | 10111001 | 11000101 | 10110 | 110 | 0 | 1011001 | 10111 | 1000000 | 1010000 | 101011 |
Color Harmonies of #B9C516
Complementary color
Monochromatic Colors of #B9C516
Black with #B9C516
Text Example
Text Example
White with #B9C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C516; }
p { color: rgb(185,197,22); }
H1.HeaderClassName
{
color: #B9C516;
}
.AnyTagClassName
{
color: #B9C516;
}
</style>
background-color css
<style>
a { background-color: #B9C516; }
a { background-color: rgb(185,197,22); }
div.DivClassName
{
background-color: #B9C516;
}
.BgClassName
{
background-color: #B9C516;
}
</style>
border-color css
<style>
span { border-color: #B9C516; }
span { border-color: rgb(185,197,22); }
td.TdClassName
{
border-color: #B9C516;
}
.TagClassName
{
border-color: #B9C516;
}
</style>