Shades of Rio Grande #B9D518
Tints of Rio Grande #B9D518
RGB
CMYK
RGB Variations
Color information
#B9D518 (or 0xB9D518) is known color: Rio Grande. HEX triplet: B9, D5 and 18. RGB value is (185,213,24). Sum of RGB (Red+Green+Blue) = 185+213+24=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D518 is #462AE7. Grayscale: #B7B7B7. Windows color (decimal): -4598504 or 1627577. OLE color: 1627577.
HSL color Cylindrical-coordinate representation of color #B9D518: hue angle of 68.89º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9D518 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 24 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.16 |
| HSL | 68.89º | 0.8% | 0.46% | - |
| HSV(B) | 68.89º | 0.89% | 0.84% | - |
| XYZ | 43.97 | 57.97 | 9.74 | - |
| YUV | 183.08 | 38.22 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 24 | 0.13 | 0 | 0.89 | 0.16 | 68.89 | 0.8 | 0.46 |
| Hex | B9 | D5 | 18 | D | 0 | 59 | 10 | 45 | 50 | 2E |
| Octal | 271 | 325 | 30 | 15 | 0 | 131 | 20 | 105 | 120 | 56 |
| Binary | 10111001 | 11010101 | 11000 | 1101 | 0 | 1011001 | 10000 | 1000101 | 1010000 | 101110 |
Color Harmonies of #B9D518
Complementary color
Monochromatic Colors of #B9D518
Black with #B9D518
Text Example
Text Example
White with #B9D518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D518; }
p { color: rgb(185,213,24); }
H1.HeaderClassName
{
color: #B9D518;
}
.AnyTagClassName
{
color: #B9D518;
}
</style>
background-color css
<style>
a { background-color: #B9D518; }
a { background-color: rgb(185,213,24); }
div.DivClassName
{
background-color: #B9D518;
}
.BgClassName
{
background-color: #B9D518;
}
</style>
border-color css
<style>
span { border-color: #B9D518; }
span { border-color: rgb(185,213,24); }
td.TdClassName
{
border-color: #B9D518;
}
.TagClassName
{
border-color: #B9D518;
}
</style>