Shades of Rio Grande #B8C528
Tints of Rio Grande #B8C528
RGB
CMYK
RGB Variations
Color information
#B8C528 (or 0xB8C528) is known color: Rio Grande. HEX triplet: B8, C5 and 28. RGB value is (184,197,40). Sum of RGB (Red+Green+Blue) = 184+197+40=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C528 is #473AD7. Grayscale: #AFAFAF. Windows color (decimal): -4668120 or 2672056. OLE color: 2672056.
HSL color Cylindrical-coordinate representation of color #B8C528: hue angle of 64.97º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8C528 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 40 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.23 |
| HSL | 64.97º | 0.66% | 0.46% | - |
| HSV(B) | 64.97º | 0.8% | 0.77% | - |
| XYZ | 40.12 | 50.28 | 9.6 | - |
| YUV | 175.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 40 | 0.07 | 0 | 0.80 | 0.23 | 64.97 | 0.66 | 0.46 |
| Hex | B8 | C5 | 28 | 7 | 0 | 50 | 17 | 41 | 42 | 2E |
| Octal | 270 | 305 | 50 | 7 | 0 | 120 | 27 | 101 | 102 | 56 |
| Binary | 10111000 | 11000101 | 101000 | 111 | 0 | 1010000 | 10111 | 1000001 | 1000010 | 101110 |
Color Harmonies of #B8C528
Complementary color
Monochromatic Colors of #B8C528
Black with #B8C528
Text Example
Text Example
White with #B8C528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C528; }
p { color: rgb(184,197,40); }
H1.HeaderClassName
{
color: #B8C528;
}
.AnyTagClassName
{
color: #B8C528;
}
</style>
background-color css
<style>
a { background-color: #B8C528; }
a { background-color: rgb(184,197,40); }
div.DivClassName
{
background-color: #B8C528;
}
.BgClassName
{
background-color: #B8C528;
}
</style>
border-color css
<style>
span { border-color: #B8C528; }
span { border-color: rgb(184,197,40); }
td.TdClassName
{
border-color: #B8C528;
}
.TagClassName
{
border-color: #B8C528;
}
</style>