Shades of Rio Grande #B8C520
Tints of Rio Grande #B8C520
RGB
CMYK
RGB Variations
Color information
#B8C520 (or 0xB8C520) is known color: Rio Grande. HEX triplet: B8, C5 and 20. RGB value is (184,197,32). Sum of RGB (Red+Green+Blue) = 184+197+32=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C520 is #473ADF. Grayscale: #AEAEAE. Windows color (decimal): -4668128 or 2147768. OLE color: 2147768.
HSL color Cylindrical-coordinate representation of color #B8C520: hue angle of 64.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8C520 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 32 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.23 |
| HSL | 64.73º | 0.72% | 0.45% | - |
| HSV(B) | 64.73º | 0.84% | 0.77% | - |
| XYZ | 39.99 | 50.23 | 8.95 | - |
| YUV | 174.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 32 | 0.07 | 0 | 0.84 | 0.23 | 64.73 | 0.72 | 0.45 |
| Hex | B8 | C5 | 20 | 7 | 0 | 54 | 17 | 41 | 48 | 2D |
| Octal | 270 | 305 | 40 | 7 | 0 | 124 | 27 | 101 | 110 | 55 |
| Binary | 10111000 | 11000101 | 100000 | 111 | 0 | 1010100 | 10111 | 1000001 | 1001000 | 101101 |
Color Harmonies of #B8C520
Complementary color
Monochromatic Colors of #B8C520
Black with #B8C520
Text Example
Text Example
White with #B8C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C520; }
p { color: rgb(184,197,32); }
H1.HeaderClassName
{
color: #B8C520;
}
.AnyTagClassName
{
color: #B8C520;
}
</style>
background-color css
<style>
a { background-color: #B8C520; }
a { background-color: rgb(184,197,32); }
div.DivClassName
{
background-color: #B8C520;
}
.BgClassName
{
background-color: #B8C520;
}
</style>
border-color css
<style>
span { border-color: #B8C520; }
span { border-color: rgb(184,197,32); }
td.TdClassName
{
border-color: #B8C520;
}
.TagClassName
{
border-color: #B8C520;
}
</style>