Shades of Rio Grande #B7D619
Tints of Rio Grande #B7D619
RGB
CMYK
RGB Variations
Color information
#B7D619 (or 0xB7D619) is known color: Rio Grande. HEX triplet: B7, D6 and 19. RGB value is (183,214,25). Sum of RGB (Red+Green+Blue) = 183+214+25=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D619 is #4829E6. Grayscale: #B7B7B7. Windows color (decimal): -4729319 or 1693367. OLE color: 1693367.
HSL color Cylindrical-coordinate representation of color #B7D619: hue angle of 69.84º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7D619 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 25 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.16 |
| HSL | 69.84º | 0.79% | 0.47% | - |
| HSV(B) | 69.84º | 0.88% | 0.84% | - |
| XYZ | 43.75 | 58.23 | 9.85 | - |
| YUV | 183.19 | 38.73 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 25 | 0.14 | 0 | 0.88 | 0.16 | 69.84 | 0.79 | 0.47 |
| Hex | B7 | D6 | 19 | E | 0 | 58 | 10 | 46 | 4F | 2F |
| Octal | 267 | 326 | 31 | 16 | 0 | 130 | 20 | 106 | 117 | 57 |
| Binary | 10110111 | 11010110 | 11001 | 1110 | 0 | 1011000 | 10000 | 1000110 | 1001111 | 101111 |
Color Harmonies of #B7D619
Complementary color
Monochromatic Colors of #B7D619
Black with #B7D619
Text Example
Text Example
White with #B7D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D619; }
p { color: rgb(183,214,25); }
H1.HeaderClassName
{
color: #B7D619;
}
.AnyTagClassName
{
color: #B7D619;
}
</style>
background-color css
<style>
a { background-color: #B7D619; }
a { background-color: rgb(183,214,25); }
div.DivClassName
{
background-color: #B7D619;
}
.BgClassName
{
background-color: #B7D619;
}
</style>
border-color css
<style>
span { border-color: #B7D619; }
span { border-color: rgb(183,214,25); }
td.TdClassName
{
border-color: #B7D619;
}
.TagClassName
{
border-color: #B7D619;
}
</style>