Shades of Rio Grande #B8C029
Tints of Rio Grande #B8C029
RGB
CMYK
RGB Variations
Color information
#B8C029 (or 0xB8C029) is known color: Rio Grande. HEX triplet: B8, C0 and 29. RGB value is (184,192,41). Sum of RGB (Red+Green+Blue) = 184+192+41=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C029 is #473FD6. Grayscale: #ACACAC. Windows color (decimal): -4669399 or 2736312. OLE color: 2736312.
HSL color Cylindrical-coordinate representation of color #B8C029: hue angle of 63.18º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8C029 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 41 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.25 |
| HSL | 63.18º | 0.65% | 0.46% | - |
| HSV(B) | 63.18º | 0.79% | 0.75% | - |
| XYZ | 39.02 | 48.05 | 9.32 | - |
| YUV | 172.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 41 | 0.04 | 0 | 0.79 | 0.25 | 63.18 | 0.65 | 0.46 |
| Hex | B8 | C0 | 29 | 4 | 0 | 4F | 19 | 3F | 41 | 2E |
| Octal | 270 | 300 | 51 | 4 | 0 | 117 | 31 | 77 | 101 | 56 |
| Binary | 10111000 | 11000000 | 101001 | 100 | 0 | 1001111 | 11001 | 111111 | 1000001 | 101110 |
Color Harmonies of #B8C029
Complementary color
Monochromatic Colors of #B8C029
Black with #B8C029
Text Example
Text Example
White with #B8C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C029; }
p { color: rgb(184,192,41); }
H1.HeaderClassName
{
color: #B8C029;
}
.AnyTagClassName
{
color: #B8C029;
}
</style>
background-color css
<style>
a { background-color: #B8C029; }
a { background-color: rgb(184,192,41); }
div.DivClassName
{
background-color: #B8C029;
}
.BgClassName
{
background-color: #B8C029;
}
</style>
border-color css
<style>
span { border-color: #B8C029; }
span { border-color: rgb(184,192,41); }
td.TdClassName
{
border-color: #B8C029;
}
.TagClassName
{
border-color: #B8C029;
}
</style>