Shades of Rio Grande #B9D615
Tints of Rio Grande #B9D615
RGB
CMYK
RGB Variations
Color information
#B9D615 (or 0xB9D615) is known color: Rio Grande. HEX triplet: B9, D6 and 15. RGB value is (185,214,21). Sum of RGB (Red+Green+Blue) = 185+214+21=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D615 is #4629EA. Grayscale: #B8B8B8. Windows color (decimal): -4598251 or 1431225. OLE color: 1431225.
HSL color Cylindrical-coordinate representation of color #B9D615: hue angle of 69.02º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9D615 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 214 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.16 |
| HSL | 69.02º | 0.82% | 0.46% | - |
| HSV(B) | 69.02º | 0.9% | 0.84% | - |
| XYZ | 44.19 | 58.46 | 9.66 | - |
| YUV | 183.33 | 36.39 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 214 | 21 | 0.14 | 0 | 0.90 | 0.16 | 69.02 | 0.82 | 0.46 |
| Hex | B9 | D6 | 15 | E | 0 | 5A | 10 | 45 | 52 | 2E |
| Octal | 271 | 326 | 25 | 16 | 0 | 132 | 20 | 105 | 122 | 56 |
| Binary | 10111001 | 11010110 | 10101 | 1110 | 0 | 1011010 | 10000 | 1000101 | 1010010 | 101110 |
Color Harmonies of #B9D615
Complementary color
Monochromatic Colors of #B9D615
Black with #B9D615
Text Example
Text Example
White with #B9D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D615; }
p { color: rgb(185,214,21); }
H1.HeaderClassName
{
color: #B9D615;
}
.AnyTagClassName
{
color: #B9D615;
}
</style>
background-color css
<style>
a { background-color: #B9D615; }
a { background-color: rgb(185,214,21); }
div.DivClassName
{
background-color: #B9D615;
}
.BgClassName
{
background-color: #B9D615;
}
</style>
border-color css
<style>
span { border-color: #B9D615; }
span { border-color: rgb(185,214,21); }
td.TdClassName
{
border-color: #B9D615;
}
.TagClassName
{
border-color: #B9D615;
}
</style>