Shades of Rio Grande #B0D21B
Tints of Rio Grande #B0D21B
RGB
CMYK
RGB Variations
Color information
#B0D21B (or 0xB0D21B) is known color: Rio Grande. HEX triplet: B0, D2 and 1B. RGB value is (176,210,27). Sum of RGB (Red+Green+Blue) = 176+210+27=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D21B is #4F2DE4. Grayscale: #B3B3B3. Windows color (decimal): -5189093 or 1823408. OLE color: 1823408.
HSL color Cylindrical-coordinate representation of color #B0D21B: hue angle of 71.15º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0D21B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 27 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.18 |
| HSL | 71.15º | 0.77% | 0.46% | - |
| HSV(B) | 71.15º | 0.87% | 0.82% | - |
| XYZ | 41.15 | 55.4 | 9.56 | - |
| YUV | 178.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 27 | 0.16 | 0 | 0.87 | 0.18 | 71.15 | 0.77 | 0.46 |
| Hex | B0 | D2 | 1B | 10 | 0 | 57 | 12 | 47 | 4D | 2E |
| Octal | 260 | 322 | 33 | 20 | 0 | 127 | 22 | 107 | 115 | 56 |
| Binary | 10110000 | 11010010 | 11011 | 10000 | 0 | 1010111 | 10010 | 1000111 | 1001101 | 101110 |
Color Harmonies of #B0D21B
Complementary color
Monochromatic Colors of #B0D21B
Black with #B0D21B
Text Example
Text Example
White with #B0D21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D21B; }
p { color: rgb(176,210,27); }
H1.HeaderClassName
{
color: #B0D21B;
}
.AnyTagClassName
{
color: #B0D21B;
}
</style>
background-color css
<style>
a { background-color: #B0D21B; }
a { background-color: rgb(176,210,27); }
div.DivClassName
{
background-color: #B0D21B;
}
.BgClassName
{
background-color: #B0D21B;
}
</style>
border-color css
<style>
span { border-color: #B0D21B; }
span { border-color: rgb(176,210,27); }
td.TdClassName
{
border-color: #B0D21B;
}
.TagClassName
{
border-color: #B0D21B;
}
</style>