Shades of Rio Grande #B7D020
Tints of Rio Grande #B7D020
RGB
CMYK
RGB Variations
Color information
#B7D020 (or 0xB7D020) is known color: Rio Grande. HEX triplet: B7, D0 and 20. RGB value is (183,208,32). Sum of RGB (Red+Green+Blue) = 183+208+32=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D020 is #482FDF. Grayscale: #B5B5B5. Windows color (decimal): -4730848 or 2150583. OLE color: 2150583.
HSL color Cylindrical-coordinate representation of color #B7D020: hue angle of 68.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7D020 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 32 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.18 |
| HSL | 68.52º | 0.73% | 0.47% | - |
| HSV(B) | 68.52º | 0.85% | 0.82% | - |
| XYZ | 42.35 | 55.28 | 9.81 | - |
| YUV | 180.46 | 44.22 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 32 | 0.12 | 0 | 0.85 | 0.18 | 68.52 | 0.73 | 0.47 |
| Hex | B7 | D0 | 20 | C | 0 | 55 | 12 | 45 | 49 | 2F |
| Octal | 267 | 320 | 40 | 14 | 0 | 125 | 22 | 105 | 111 | 57 |
| Binary | 10110111 | 11010000 | 100000 | 1100 | 0 | 1010101 | 10010 | 1000101 | 1001001 | 101111 |
Color Harmonies of #B7D020
Complementary color
Monochromatic Colors of #B7D020
Black with #B7D020
Text Example
Text Example
White with #B7D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D020; }
p { color: rgb(183,208,32); }
H1.HeaderClassName
{
color: #B7D020;
}
.AnyTagClassName
{
color: #B7D020;
}
</style>
background-color css
<style>
a { background-color: #B7D020; }
a { background-color: rgb(183,208,32); }
div.DivClassName
{
background-color: #B7D020;
}
.BgClassName
{
background-color: #B7D020;
}
</style>
border-color css
<style>
span { border-color: #B7D020; }
span { border-color: rgb(183,208,32); }
td.TdClassName
{
border-color: #B7D020;
}
.TagClassName
{
border-color: #B7D020;
}
</style>