Shades of Rio Grande #B7D20D
Tints of Rio Grande #B7D20D
RGB
CMYK
RGB Variations
Color information
#B7D20D (or 0xB7D20D) is known color: Rio Grande. HEX triplet: B7, D2 and 0D. RGB value is (183,210,13). Sum of RGB (Red+Green+Blue) = 183+210+13=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D20D is #482DF2. Grayscale: #B4B4B4. Windows color (decimal): -4730355 or 905911. OLE color: 905911.
HSL color Cylindrical-coordinate representation of color #B7D20D: hue angle of 68.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7D20D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 13 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.18 |
| HSL | 68.22º | 0.88% | 0.44% | - |
| HSV(B) | 68.22º | 0.94% | 0.82% | - |
| XYZ | 42.65 | 56.19 | 8.98 | - |
| YUV | 179.47 | 34.05 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 13 | 0.13 | 0 | 0.94 | 0.18 | 68.22 | 0.88 | 0.44 |
| Hex | B7 | D2 | D | D | 0 | 5E | 12 | 44 | 58 | 2C |
| Octal | 267 | 322 | 15 | 15 | 0 | 136 | 22 | 104 | 130 | 54 |
| Binary | 10110111 | 11010010 | 1101 | 1101 | 0 | 1011110 | 10010 | 1000100 | 1011000 | 101100 |
Color Harmonies of #B7D20D
Complementary color
Monochromatic Colors of #B7D20D
Black with #B7D20D
Text Example
Text Example
White with #B7D20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D20D; }
p { color: rgb(183,210,13); }
H1.HeaderClassName
{
color: #B7D20D;
}
.AnyTagClassName
{
color: #B7D20D;
}
</style>
background-color css
<style>
a { background-color: #B7D20D; }
a { background-color: rgb(183,210,13); }
div.DivClassName
{
background-color: #B7D20D;
}
.BgClassName
{
background-color: #B7D20D;
}
</style>
border-color css
<style>
span { border-color: #B7D20D; }
span { border-color: rgb(183,210,13); }
td.TdClassName
{
border-color: #B7D20D;
}
.TagClassName
{
border-color: #B7D20D;
}
</style>