Shades of Rio Grande #B8C220
Tints of Rio Grande #B8C220
RGB
CMYK
RGB Variations
Color information
#B8C220 (or 0xB8C220) is known color: Rio Grande. HEX triplet: B8, C2 and 20. RGB value is (184,194,32). Sum of RGB (Red+Green+Blue) = 184+194+32=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C220 is #473DDF. Grayscale: #ADADAD. Windows color (decimal): -4668896 or 2147000. OLE color: 2147000.
HSL color Cylindrical-coordinate representation of color #B8C220: hue angle of 63.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8C220 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 32 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.24 |
| HSL | 63.7º | 0.72% | 0.44% | - |
| HSV(B) | 63.7º | 0.84% | 0.76% | - |
| XYZ | 39.32 | 48.88 | 8.73 | - |
| YUV | 172.54 | 48.69 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 32 | 0.05 | 0 | 0.84 | 0.24 | 63.7 | 0.72 | 0.44 |
| Hex | B8 | C2 | 20 | 5 | 0 | 54 | 18 | 40 | 48 | 2C |
| Octal | 270 | 302 | 40 | 5 | 0 | 124 | 30 | 100 | 110 | 54 |
| Binary | 10111000 | 11000010 | 100000 | 101 | 0 | 1010100 | 11000 | 1000000 | 1001000 | 101100 |
Color Harmonies of #B8C220
Complementary color
Monochromatic Colors of #B8C220
Black with #B8C220
Text Example
Text Example
White with #B8C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C220; }
p { color: rgb(184,194,32); }
H1.HeaderClassName
{
color: #B8C220;
}
.AnyTagClassName
{
color: #B8C220;
}
</style>
background-color css
<style>
a { background-color: #B8C220; }
a { background-color: rgb(184,194,32); }
div.DivClassName
{
background-color: #B8C220;
}
.BgClassName
{
background-color: #B8C220;
}
</style>
border-color css
<style>
span { border-color: #B8C220; }
span { border-color: rgb(184,194,32); }
td.TdClassName
{
border-color: #B8C220;
}
.TagClassName
{
border-color: #B8C220;
}
</style>