Shades of Rio Grande #B7C021
Tints of Rio Grande #B7C021
RGB
CMYK
RGB Variations
Color information
#B7C021 (or 0xB7C021) is known color: Rio Grande. HEX triplet: B7, C0 and 21. RGB value is (183,192,33). Sum of RGB (Red+Green+Blue) = 183+192+33=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C021 is #483FDE. Grayscale: #ABABAB. Windows color (decimal): -4734943 or 2212023. OLE color: 2212023.
HSL color Cylindrical-coordinate representation of color #B7C021: hue angle of 63.4º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7C021 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 33 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.25 |
| HSL | 63.4º | 0.71% | 0.44% | - |
| HSV(B) | 63.4º | 0.83% | 0.75% | - |
| XYZ | 38.65 | 47.88 | 8.64 | - |
| YUV | 171.18 | 50.02 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 33 | 0.05 | 0 | 0.83 | 0.25 | 63.4 | 0.71 | 0.44 |
| Hex | B7 | C0 | 21 | 5 | 0 | 53 | 19 | 3F | 47 | 2C |
| Octal | 267 | 300 | 41 | 5 | 0 | 123 | 31 | 77 | 107 | 54 |
| Binary | 10110111 | 11000000 | 100001 | 101 | 0 | 1010011 | 11001 | 111111 | 1000111 | 101100 |
Color Harmonies of #B7C021
Complementary color
Monochromatic Colors of #B7C021
Black with #B7C021
Text Example
Text Example
White with #B7C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C021; }
p { color: rgb(183,192,33); }
H1.HeaderClassName
{
color: #B7C021;
}
.AnyTagClassName
{
color: #B7C021;
}
</style>
background-color css
<style>
a { background-color: #B7C021; }
a { background-color: rgb(183,192,33); }
div.DivClassName
{
background-color: #B7C021;
}
.BgClassName
{
background-color: #B7C021;
}
</style>
border-color css
<style>
span { border-color: #B7C021; }
span { border-color: rgb(183,192,33); }
td.TdClassName
{
border-color: #B7C021;
}
.TagClassName
{
border-color: #B7C021;
}
</style>