Shades of Rio Grande #B7D61E
Tints of Rio Grande #B7D61E
RGB
CMYK
RGB Variations
Color information
#B7D61E (or 0xB7D61E) is known color: Rio Grande. HEX triplet: B7, D6 and 1E. RGB value is (183,214,30). Sum of RGB (Red+Green+Blue) = 183+214+30=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D61E is #4829E1. Grayscale: #B8B8B8. Windows color (decimal): -4729314 or 2021047. OLE color: 2021047.
HSL color Cylindrical-coordinate representation of color #B7D61E: hue angle of 70.11º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7D61E is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 30 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.16 |
| HSL | 70.11º | 0.75% | 0.48% | - |
| HSV(B) | 70.11º | 0.86% | 0.84% | - |
| XYZ | 43.81 | 58.25 | 10.16 | - |
| YUV | 183.76 | 41.23 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 30 | 0.14 | 0 | 0.86 | 0.16 | 70.11 | 0.75 | 0.48 |
| Hex | B7 | D6 | 1E | E | 0 | 56 | 10 | 46 | 4B | 30 |
| Octal | 267 | 326 | 36 | 16 | 0 | 126 | 20 | 106 | 113 | 60 |
| Binary | 10110111 | 11010110 | 11110 | 1110 | 0 | 1010110 | 10000 | 1000110 | 1001011 | 110000 |
Color Harmonies of #B7D61E
Complementary color
Monochromatic Colors of #B7D61E
Black with #B7D61E
Text Example
Text Example
White with #B7D61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D61E; }
p { color: rgb(183,214,30); }
H1.HeaderClassName
{
color: #B7D61E;
}
.AnyTagClassName
{
color: #B7D61E;
}
</style>
background-color css
<style>
a { background-color: #B7D61E; }
a { background-color: rgb(183,214,30); }
div.DivClassName
{
background-color: #B7D61E;
}
.BgClassName
{
background-color: #B7D61E;
}
</style>
border-color css
<style>
span { border-color: #B7D61E; }
span { border-color: rgb(183,214,30); }
td.TdClassName
{
border-color: #B7D61E;
}
.TagClassName
{
border-color: #B7D61E;
}
</style>