Shades of Rio Grande #B0C920
Tints of Rio Grande #B0C920
RGB
CMYK
RGB Variations
Color information
#B0C920 (or 0xB0C920) is known color: Rio Grande. HEX triplet: B0, C9 and 20. RGB value is (176,201,32). Sum of RGB (Red+Green+Blue) = 176+201+32=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C920 is #4F36DF. Grayscale: #AEAEAE. Windows color (decimal): -5191392 or 2148784. OLE color: 2148784.
HSL color Cylindrical-coordinate representation of color #B0C920: hue angle of 68.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0C920 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 32 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.21 |
| HSL | 68.88º | 0.73% | 0.46% | - |
| HSV(B) | 68.88º | 0.84% | 0.79% | - |
| XYZ | 39.05 | 51.11 | 9.17 | - |
| YUV | 174.26 | 47.72 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 32 | 0.12 | 0 | 0.84 | 0.21 | 68.88 | 0.73 | 0.46 |
| Hex | B0 | C9 | 20 | C | 0 | 54 | 15 | 45 | 49 | 2E |
| Octal | 260 | 311 | 40 | 14 | 0 | 124 | 25 | 105 | 111 | 56 |
| Binary | 10110000 | 11001001 | 100000 | 1100 | 0 | 1010100 | 10101 | 1000101 | 1001001 | 101110 |
Color Harmonies of #B0C920
Complementary color
Monochromatic Colors of #B0C920
Black with #B0C920
Text Example
Text Example
White with #B0C920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C920; }
p { color: rgb(176,201,32); }
H1.HeaderClassName
{
color: #B0C920;
}
.AnyTagClassName
{
color: #B0C920;
}
</style>
background-color css
<style>
a { background-color: #B0C920; }
a { background-color: rgb(176,201,32); }
div.DivClassName
{
background-color: #B0C920;
}
.BgClassName
{
background-color: #B0C920;
}
</style>
border-color css
<style>
span { border-color: #B0C920; }
span { border-color: rgb(176,201,32); }
td.TdClassName
{
border-color: #B0C920;
}
.TagClassName
{
border-color: #B0C920;
}
</style>