Shades of Rio Grande #B7D021
Tints of Rio Grande #B7D021
RGB
CMYK
RGB Variations
Color information
#B7D021 (or 0xB7D021) is known color: Rio Grande. HEX triplet: B7, D0 and 21. RGB value is (183,208,33). Sum of RGB (Red+Green+Blue) = 183+208+33=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D021 is #482FDE. Grayscale: #B5B5B5. Windows color (decimal): -4730847 or 2216119. OLE color: 2216119.
HSL color Cylindrical-coordinate representation of color #B7D021: hue angle of 68.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7D021 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 33 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.18 |
| HSL | 68.57º | 0.73% | 0.47% | - |
| HSV(B) | 68.57º | 0.84% | 0.82% | - |
| XYZ | 42.36 | 55.29 | 9.88 | - |
| YUV | 180.58 | 44.72 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 33 | 0.12 | 0 | 0.84 | 0.18 | 68.57 | 0.73 | 0.47 |
| Hex | B7 | D0 | 21 | C | 0 | 54 | 12 | 45 | 49 | 2F |
| Octal | 267 | 320 | 41 | 14 | 0 | 124 | 22 | 105 | 111 | 57 |
| Binary | 10110111 | 11010000 | 100001 | 1100 | 0 | 1010100 | 10010 | 1000101 | 1001001 | 101111 |
Color Harmonies of #B7D021
Complementary color
Monochromatic Colors of #B7D021
Black with #B7D021
Text Example
Text Example
White with #B7D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D021; }
p { color: rgb(183,208,33); }
H1.HeaderClassName
{
color: #B7D021;
}
.AnyTagClassName
{
color: #B7D021;
}
</style>
background-color css
<style>
a { background-color: #B7D021; }
a { background-color: rgb(183,208,33); }
div.DivClassName
{
background-color: #B7D021;
}
.BgClassName
{
background-color: #B7D021;
}
</style>
border-color css
<style>
span { border-color: #B7D021; }
span { border-color: rgb(183,208,33); }
td.TdClassName
{
border-color: #B7D021;
}
.TagClassName
{
border-color: #B7D021;
}
</style>