Shades of Rio Grande #B0C620
Tints of Rio Grande #B0C620
RGB
CMYK
RGB Variations
Color information
#B0C620 (or 0xB0C620) is known color: Rio Grande. HEX triplet: B0, C6 and 20. RGB value is (176,198,32). Sum of RGB (Red+Green+Blue) = 176+198+32=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C620 is #4F39DF. Grayscale: #ADADAD. Windows color (decimal): -5192160 or 2148016. OLE color: 2148016.
HSL color Cylindrical-coordinate representation of color #B0C620: hue angle of 67.95º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0C620 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 32 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.22 |
| HSL | 67.95º | 0.72% | 0.45% | - |
| HSV(B) | 67.95º | 0.84% | 0.78% | - |
| XYZ | 38.36 | 49.72 | 8.94 | - |
| YUV | 172.5 | 48.71 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 32 | 0.11 | 0 | 0.84 | 0.22 | 67.95 | 0.72 | 0.45 |
| Hex | B0 | C6 | 20 | B | 0 | 54 | 16 | 44 | 48 | 2D |
| Octal | 260 | 306 | 40 | 13 | 0 | 124 | 26 | 104 | 110 | 55 |
| Binary | 10110000 | 11000110 | 100000 | 1011 | 0 | 1010100 | 10110 | 1000100 | 1001000 | 101101 |
Color Harmonies of #B0C620
Complementary color
Monochromatic Colors of #B0C620
Black with #B0C620
Text Example
Text Example
White with #B0C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C620; }
p { color: rgb(176,198,32); }
H1.HeaderClassName
{
color: #B0C620;
}
.AnyTagClassName
{
color: #B0C620;
}
</style>
background-color css
<style>
a { background-color: #B0C620; }
a { background-color: rgb(176,198,32); }
div.DivClassName
{
background-color: #B0C620;
}
.BgClassName
{
background-color: #B0C620;
}
</style>
border-color css
<style>
span { border-color: #B0C620; }
span { border-color: rgb(176,198,32); }
td.TdClassName
{
border-color: #B0C620;
}
.TagClassName
{
border-color: #B0C620;
}
</style>