Shades of Rio Grande #B9C117
Tints of Rio Grande #B9C117
RGB
CMYK
RGB Variations
Color information
#B9C117 (or 0xB9C117) is known color: Rio Grande. HEX triplet: B9, C1 and 17. RGB value is (185,193,23). Sum of RGB (Red+Green+Blue) = 185+193+23=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C117 is #463EE8. Grayscale: #ABABAB. Windows color (decimal): -4603625 or 1556921. OLE color: 1556921.
HSL color Cylindrical-coordinate representation of color #B9C117: hue angle of 62.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9C117 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 23 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.24 |
| HSL | 62.82º | 0.79% | 0.42% | - |
| HSV(B) | 62.82º | 0.88% | 0.76% | - |
| XYZ | 39.23 | 48.52 | 8.11 | - |
| YUV | 171.23 | 44.35 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 23 | 0.04 | 0 | 0.88 | 0.24 | 62.82 | 0.79 | 0.42 |
| Hex | B9 | C1 | 17 | 4 | 0 | 58 | 18 | 3F | 4F | 2A |
| Octal | 271 | 301 | 27 | 4 | 0 | 130 | 30 | 77 | 117 | 52 |
| Binary | 10111001 | 11000001 | 10111 | 100 | 0 | 1011000 | 11000 | 111111 | 1001111 | 101010 |
Color Harmonies of #B9C117
Complementary color
Monochromatic Colors of #B9C117
Black with #B9C117
Text Example
Text Example
White with #B9C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C117; }
p { color: rgb(185,193,23); }
H1.HeaderClassName
{
color: #B9C117;
}
.AnyTagClassName
{
color: #B9C117;
}
</style>
background-color css
<style>
a { background-color: #B9C117; }
a { background-color: rgb(185,193,23); }
div.DivClassName
{
background-color: #B9C117;
}
.BgClassName
{
background-color: #B9C117;
}
</style>
border-color css
<style>
span { border-color: #B9C117; }
span { border-color: rgb(185,193,23); }
td.TdClassName
{
border-color: #B9C117;
}
.TagClassName
{
border-color: #B9C117;
}
</style>