Shades of Rio Grande #B7D122
Tints of Rio Grande #B7D122
RGB
CMYK
RGB Variations
Color information
#B7D122 (or 0xB7D122) is known color: Rio Grande. HEX triplet: B7, D1 and 22. RGB value is (183,209,34). Sum of RGB (Red+Green+Blue) = 183+209+34=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D122 is #482EDD. Grayscale: #B5B5B5. Windows color (decimal): -4730590 or 2281911. OLE color: 2281911.
HSL color Cylindrical-coordinate representation of color #B7D122: hue angle of 68.91º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7D122 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 34 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.18 |
| HSL | 68.91º | 0.72% | 0.48% | - |
| HSV(B) | 68.91º | 0.84% | 0.82% | - |
| XYZ | 42.62 | 55.78 | 10.03 | - |
| YUV | 181.28 | 44.89 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 34 | 0.12 | 0 | 0.84 | 0.18 | 68.91 | 0.72 | 0.48 |
| Hex | B7 | D1 | 22 | C | 0 | 54 | 12 | 45 | 48 | 30 |
| Octal | 267 | 321 | 42 | 14 | 0 | 124 | 22 | 105 | 110 | 60 |
| Binary | 10110111 | 11010001 | 100010 | 1100 | 0 | 1010100 | 10010 | 1000101 | 1001000 | 110000 |
Color Harmonies of #B7D122
Complementary color
Monochromatic Colors of #B7D122
Black with #B7D122
Text Example
Text Example
White with #B7D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D122; }
p { color: rgb(183,209,34); }
H1.HeaderClassName
{
color: #B7D122;
}
.AnyTagClassName
{
color: #B7D122;
}
</style>
background-color css
<style>
a { background-color: #B7D122; }
a { background-color: rgb(183,209,34); }
div.DivClassName
{
background-color: #B7D122;
}
.BgClassName
{
background-color: #B7D122;
}
</style>
border-color css
<style>
span { border-color: #B7D122; }
span { border-color: rgb(183,209,34); }
td.TdClassName
{
border-color: #B7D122;
}
.TagClassName
{
border-color: #B7D122;
}
</style>