Shades of Rio Grande #B8C828
Tints of Rio Grande #B8C828
RGB
CMYK
RGB Variations
Color information
#B8C828 (or 0xB8C828) is known color: Rio Grande. HEX triplet: B8, C8 and 28. RGB value is (184,200,40). Sum of RGB (Red+Green+Blue) = 184+200+40=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C828 is #4737D7. Grayscale: #B1B1B1. Windows color (decimal): -4667352 or 2672824. OLE color: 2672824.
HSL color Cylindrical-coordinate representation of color #B8C828: hue angle of 66º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8C828 is Cyan = 0.08, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 40 | - |
| CMYK | 0.08 | 0 | 0.8 | 0.22 |
| HSL | 66º | 0.67% | 0.47% | - |
| HSV(B) | 66º | 0.8% | 0.78% | - |
| XYZ | 40.8 | 51.65 | 9.83 | - |
| YUV | 176.98 | 50.7 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 40 | 0.08 | 0 | 0.8 | 0.22 | 66 | 0.67 | 0.47 |
| Hex | B8 | C8 | 28 | 8 | 0 | 50 | 16 | 42 | 43 | 2F |
| Octal | 270 | 310 | 50 | 10 | 0 | 120 | 26 | 102 | 103 | 57 |
| Binary | 10111000 | 11001000 | 101000 | 1000 | 0 | 1010000 | 10110 | 1000010 | 1000011 | 101111 |
Color Harmonies of #B8C828
Complementary color
Monochromatic Colors of #B8C828
Black with #B8C828
Text Example
Text Example
White with #B8C828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C828; }
p { color: rgb(184,200,40); }
H1.HeaderClassName
{
color: #B8C828;
}
.AnyTagClassName
{
color: #B8C828;
}
</style>
background-color css
<style>
a { background-color: #B8C828; }
a { background-color: rgb(184,200,40); }
div.DivClassName
{
background-color: #B8C828;
}
.BgClassName
{
background-color: #B8C828;
}
</style>
border-color css
<style>
span { border-color: #B8C828; }
span { border-color: rgb(184,200,40); }
td.TdClassName
{
border-color: #B8C828;
}
.TagClassName
{
border-color: #B8C828;
}
</style>