Shades of Rio Grande #B0CA20
Tints of Rio Grande #B0CA20
RGB
CMYK
RGB Variations
Color information
#B0CA20 (or 0xB0CA20) is known color: Rio Grande. HEX triplet: B0, CA and 20. RGB value is (176,202,32). Sum of RGB (Red+Green+Blue) = 176+202+32=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA20 is #4F35DF. Grayscale: #AFAFAF. Windows color (decimal): -5191136 or 2149040. OLE color: 2149040.
HSL color Cylindrical-coordinate representation of color #B0CA20: hue angle of 69.18º 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 #B0CA20 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 32 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.21 |
| HSL | 69.18º | 0.73% | 0.46% | - |
| HSV(B) | 69.18º | 0.84% | 0.79% | - |
| XYZ | 39.29 | 51.58 | 9.25 | - |
| YUV | 174.85 | 47.39 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 32 | 0.13 | 0 | 0.84 | 0.21 | 69.18 | 0.73 | 0.46 |
| Hex | B0 | CA | 20 | D | 0 | 54 | 15 | 45 | 49 | 2E |
| Octal | 260 | 312 | 40 | 15 | 0 | 124 | 25 | 105 | 111 | 56 |
| Binary | 10110000 | 11001010 | 100000 | 1101 | 0 | 1010100 | 10101 | 1000101 | 1001001 | 101110 |
Color Harmonies of #B0CA20
Complementary color
Monochromatic Colors of #B0CA20
Black with #B0CA20
Text Example
Text Example
White with #B0CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA20; }
p { color: rgb(176,202,32); }
H1.HeaderClassName
{
color: #B0CA20;
}
.AnyTagClassName
{
color: #B0CA20;
}
</style>
background-color css
<style>
a { background-color: #B0CA20; }
a { background-color: rgb(176,202,32); }
div.DivClassName
{
background-color: #B0CA20;
}
.BgClassName
{
background-color: #B0CA20;
}
</style>
border-color css
<style>
span { border-color: #B0CA20; }
span { border-color: rgb(176,202,32); }
td.TdClassName
{
border-color: #B0CA20;
}
.TagClassName
{
border-color: #B0CA20;
}
</style>