Shades of Rio Grande #B7D321
Tints of Rio Grande #B7D321
RGB
CMYK
RGB Variations
Color information
#B7D321 (or 0xB7D321) is known color: Rio Grande. HEX triplet: B7, D3 and 21. RGB value is (183,211,33). Sum of RGB (Red+Green+Blue) = 183+211+33=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D321 is #482CDE. Grayscale: #B7B7B7. Windows color (decimal): -4730079 or 2216887. OLE color: 2216887.
HSL color Cylindrical-coordinate representation of color #B7D321: hue angle of 69.44º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7D321 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 33 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.17 |
| HSL | 69.44º | 0.73% | 0.48% | - |
| HSV(B) | 69.44º | 0.84% | 0.83% | - |
| XYZ | 43.1 | 56.77 | 10.12 | - |
| YUV | 182.34 | 43.72 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 33 | 0.13 | 0 | 0.84 | 0.17 | 69.44 | 0.73 | 0.48 |
| Hex | B7 | D3 | 21 | D | 0 | 54 | 11 | 45 | 49 | 30 |
| Octal | 267 | 323 | 41 | 15 | 0 | 124 | 21 | 105 | 111 | 60 |
| Binary | 10110111 | 11010011 | 100001 | 1101 | 0 | 1010100 | 10001 | 1000101 | 1001001 | 110000 |
Color Harmonies of #B7D321
Complementary color
Monochromatic Colors of #B7D321
Black with #B7D321
Text Example
Text Example
White with #B7D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D321; }
p { color: rgb(183,211,33); }
H1.HeaderClassName
{
color: #B7D321;
}
.AnyTagClassName
{
color: #B7D321;
}
</style>
background-color css
<style>
a { background-color: #B7D321; }
a { background-color: rgb(183,211,33); }
div.DivClassName
{
background-color: #B7D321;
}
.BgClassName
{
background-color: #B7D321;
}
</style>
border-color css
<style>
span { border-color: #B7D321; }
span { border-color: rgb(183,211,33); }
td.TdClassName
{
border-color: #B7D321;
}
.TagClassName
{
border-color: #B7D321;
}
</style>