Shades of Rio Grande #B9C218
Tints of Rio Grande #B9C218
RGB
CMYK
RGB Variations
Color information
#B9C218 (or 0xB9C218) is known color: Rio Grande. HEX triplet: B9, C2 and 18. RGB value is (185,194,24). Sum of RGB (Red+Green+Blue) = 185+194+24=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C218 is #463DE7. Grayscale: #ACACAC. Windows color (decimal): -4603368 or 1622713. OLE color: 1622713.
HSL color Cylindrical-coordinate representation of color #B9C218: hue angle of 63.18º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9C218 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 194 | 24 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.24 |
| HSL | 63.18º | 0.78% | 0.43% | - |
| HSV(B) | 63.18º | 0.88% | 0.76% | - |
| XYZ | 39.46 | 48.96 | 8.24 | - |
| YUV | 171.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 24 | 0.05 | 0 | 0.88 | 0.24 | 63.18 | 0.78 | 0.43 |
| Hex | B9 | C2 | 18 | 5 | 0 | 58 | 18 | 3F | 4E | 2B |
| Octal | 271 | 302 | 30 | 5 | 0 | 130 | 30 | 77 | 116 | 53 |
| Binary | 10111001 | 11000010 | 11000 | 101 | 0 | 1011000 | 11000 | 111111 | 1001110 | 101011 |
Color Harmonies of #B9C218
Complementary color
Monochromatic Colors of #B9C218
Black with #B9C218
Text Example
Text Example
White with #B9C218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C218; }
p { color: rgb(185,194,24); }
H1.HeaderClassName
{
color: #B9C218;
}
.AnyTagClassName
{
color: #B9C218;
}
</style>
background-color css
<style>
a { background-color: #B9C218; }
a { background-color: rgb(185,194,24); }
div.DivClassName
{
background-color: #B9C218;
}
.BgClassName
{
background-color: #B9C218;
}
</style>
border-color css
<style>
span { border-color: #B9C218; }
span { border-color: rgb(185,194,24); }
td.TdClassName
{
border-color: #B9C218;
}
.TagClassName
{
border-color: #B9C218;
}
</style>