Shades of Rio Grande #B8C219
Tints of Rio Grande #B8C219
RGB
CMYK
RGB Variations
Color information
#B8C219 (or 0xB8C219) is known color: Rio Grande. HEX triplet: B8, C2 and 19. RGB value is (184,194,25). Sum of RGB (Red+Green+Blue) = 184+194+25=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C219 is #473DE6. Grayscale: #ACACAC. Windows color (decimal): -4668903 or 1688248. OLE color: 1688248.
HSL color Cylindrical-coordinate representation of color #B8C219: hue angle of 63.55º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8C219 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 25 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.24 |
| HSL | 63.55º | 0.77% | 0.43% | - |
| HSV(B) | 63.55º | 0.87% | 0.76% | - |
| XYZ | 39.23 | 48.84 | 8.28 | - |
| YUV | 171.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 25 | 0.05 | 0 | 0.87 | 0.24 | 63.55 | 0.77 | 0.43 |
| Hex | B8 | C2 | 19 | 5 | 0 | 57 | 18 | 40 | 4D | 2B |
| Octal | 270 | 302 | 31 | 5 | 0 | 127 | 30 | 100 | 115 | 53 |
| Binary | 10111000 | 11000010 | 11001 | 101 | 0 | 1010111 | 11000 | 1000000 | 1001101 | 101011 |
Color Harmonies of #B8C219
Complementary color
Monochromatic Colors of #B8C219
Black with #B8C219
Text Example
Text Example
White with #B8C219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C219; }
p { color: rgb(184,194,25); }
H1.HeaderClassName
{
color: #B8C219;
}
.AnyTagClassName
{
color: #B8C219;
}
</style>
background-color css
<style>
a { background-color: #B8C219; }
a { background-color: rgb(184,194,25); }
div.DivClassName
{
background-color: #B8C219;
}
.BgClassName
{
background-color: #B8C219;
}
</style>
border-color css
<style>
span { border-color: #B8C219; }
span { border-color: rgb(184,194,25); }
td.TdClassName
{
border-color: #B8C219;
}
.TagClassName
{
border-color: #B8C219;
}
</style>