Shades of Rio Grande #B0D121
Tints of Rio Grande #B0D121
RGB
CMYK
RGB Variations
Color information
#B0D121 (or 0xB0D121) is known color: Rio Grande. HEX triplet: B0, D1 and 21. RGB value is (176,209,33). Sum of RGB (Red+Green+Blue) = 176+209+33=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D121 is #4F2EDE. Grayscale: #B3B3B3. Windows color (decimal): -5189343 or 2216368. OLE color: 2216368.
HSL color Cylindrical-coordinate representation of color #B0D121: hue angle of 71.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0D121 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 33 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.18 |
| HSL | 71.25º | 0.73% | 0.47% | - |
| HSV(B) | 71.25º | 0.84% | 0.82% | - |
| XYZ | 40.98 | 54.94 | 9.88 | - |
| YUV | 179.07 | 45.57 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 33 | 0.16 | 0 | 0.84 | 0.18 | 71.25 | 0.73 | 0.47 |
| Hex | B0 | D1 | 21 | 10 | 0 | 54 | 12 | 47 | 49 | 2F |
| Octal | 260 | 321 | 41 | 20 | 0 | 124 | 22 | 107 | 111 | 57 |
| Binary | 10110000 | 11010001 | 100001 | 10000 | 0 | 1010100 | 10010 | 1000111 | 1001001 | 101111 |
Color Harmonies of #B0D121
Complementary color
Monochromatic Colors of #B0D121
Black with #B0D121
Text Example
Text Example
White with #B0D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D121; }
p { color: rgb(176,209,33); }
H1.HeaderClassName
{
color: #B0D121;
}
.AnyTagClassName
{
color: #B0D121;
}
</style>
background-color css
<style>
a { background-color: #B0D121; }
a { background-color: rgb(176,209,33); }
div.DivClassName
{
background-color: #B0D121;
}
.BgClassName
{
background-color: #B0D121;
}
</style>
border-color css
<style>
span { border-color: #B0D121; }
span { border-color: rgb(176,209,33); }
td.TdClassName
{
border-color: #B0D121;
}
.TagClassName
{
border-color: #B0D121;
}
</style>