Shades of Rio Grande #B9D118
Tints of Rio Grande #B9D118
RGB
CMYK
RGB Variations
Color information
#B9D118 (or 0xB9D118) is known color: Rio Grande. HEX triplet: B9, D1 and 18. RGB value is (185,209,24). Sum of RGB (Red+Green+Blue) = 185+209+24=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D118 is #462EE7. Grayscale: #B5B5B5. Windows color (decimal): -4599528 or 1626553. OLE color: 1626553.
HSL color Cylindrical-coordinate representation of color #B9D118: hue angle of 67.78º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9D118 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 209 | 24 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.18 |
| HSL | 67.78º | 0.79% | 0.46% | - |
| HSV(B) | 67.78º | 0.89% | 0.82% | - |
| XYZ | 42.97 | 55.98 | 9.4 | - |
| YUV | 180.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 209 | 24 | 0.11 | 0 | 0.89 | 0.18 | 67.78 | 0.79 | 0.46 |
| Hex | B9 | D1 | 18 | B | 0 | 59 | 12 | 44 | 4F | 2E |
| Octal | 271 | 321 | 30 | 13 | 0 | 131 | 22 | 104 | 117 | 56 |
| Binary | 10111001 | 11010001 | 11000 | 1011 | 0 | 1011001 | 10010 | 1000100 | 1001111 | 101110 |
Color Harmonies of #B9D118
Complementary color
Monochromatic Colors of #B9D118
Black with #B9D118
Text Example
Text Example
White with #B9D118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D118; }
p { color: rgb(185,209,24); }
H1.HeaderClassName
{
color: #B9D118;
}
.AnyTagClassName
{
color: #B9D118;
}
</style>
background-color css
<style>
a { background-color: #B9D118; }
a { background-color: rgb(185,209,24); }
div.DivClassName
{
background-color: #B9D118;
}
.BgClassName
{
background-color: #B9D118;
}
</style>
border-color css
<style>
span { border-color: #B9D118; }
span { border-color: rgb(185,209,24); }
td.TdClassName
{
border-color: #B9D118;
}
.TagClassName
{
border-color: #B9D118;
}
</style>