Shades of Rio Grande #B9D511
Tints of Rio Grande #B9D511
RGB
CMYK
RGB Variations
Color information
#B9D511 (or 0xB9D511) is known color: Rio Grande. HEX triplet: B9, D5 and 11. RGB value is (185,213,17). Sum of RGB (Red+Green+Blue) = 185+213+17=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D511 is #462AEE. Grayscale: #B7B7B7. Windows color (decimal): -4598511 or 1168825. OLE color: 1168825.
HSL color Cylindrical-coordinate representation of color #B9D511: hue angle of 68.57º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9D511 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.16 |
| HSL | 68.57º | 0.85% | 0.45% | - |
| HSV(B) | 68.57º | 0.92% | 0.84% | - |
| XYZ | 43.9 | 57.94 | 9.4 | - |
| YUV | 182.28 | 34.72 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 17 | 0.13 | 0 | 0.92 | 0.16 | 68.57 | 0.85 | 0.45 |
| Hex | B9 | D5 | 11 | D | 0 | 5C | 10 | 45 | 55 | 2D |
| Octal | 271 | 325 | 21 | 15 | 0 | 134 | 20 | 105 | 125 | 55 |
| Binary | 10111001 | 11010101 | 10001 | 1101 | 0 | 1011100 | 10000 | 1000101 | 1010101 | 101101 |
Color Harmonies of #B9D511
Complementary color
Monochromatic Colors of #B9D511
Black with #B9D511
Text Example
Text Example
White with #B9D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D511; }
p { color: rgb(185,213,17); }
H1.HeaderClassName
{
color: #B9D511;
}
.AnyTagClassName
{
color: #B9D511;
}
</style>
background-color css
<style>
a { background-color: #B9D511; }
a { background-color: rgb(185,213,17); }
div.DivClassName
{
background-color: #B9D511;
}
.BgClassName
{
background-color: #B9D511;
}
</style>
border-color css
<style>
span { border-color: #B9D511; }
span { border-color: rgb(185,213,17); }
td.TdClassName
{
border-color: #B9D511;
}
.TagClassName
{
border-color: #B9D511;
}
</style>