Shades of Rio Grande #B4D122
Tints of Rio Grande #B4D122
RGB
CMYK
RGB Variations
Color information
#B4D122 (or 0xB4D122) is known color: Rio Grande. HEX triplet: B4, D1 and 22. RGB value is (180,209,34). Sum of RGB (Red+Green+Blue) = 180+209+34=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D122 is #4B2EDD. Grayscale: #B5B5B5. Windows color (decimal): -4927198 or 2281908. OLE color: 2281908.
HSL color Cylindrical-coordinate representation of color #B4D122: hue angle of 69.94º 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 #B4D122 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 34 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.18 |
| HSL | 69.94º | 0.72% | 0.48% | - |
| HSV(B) | 69.94º | 0.84% | 0.82% | - |
| XYZ | 41.91 | 55.42 | 10 | - |
| YUV | 180.38 | 45.39 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 34 | 0.14 | 0 | 0.84 | 0.18 | 69.94 | 0.72 | 0.48 |
| Hex | B4 | D1 | 22 | E | 0 | 54 | 12 | 46 | 48 | 30 |
| Octal | 264 | 321 | 42 | 16 | 0 | 124 | 22 | 106 | 110 | 60 |
| Binary | 10110100 | 11010001 | 100010 | 1110 | 0 | 1010100 | 10010 | 1000110 | 1001000 | 110000 |
Color Harmonies of #B4D122
Complementary color
Monochromatic Colors of #B4D122
Black with #B4D122
Text Example
Text Example
White with #B4D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D122; }
p { color: rgb(180,209,34); }
H1.HeaderClassName
{
color: #B4D122;
}
.AnyTagClassName
{
color: #B4D122;
}
</style>
background-color css
<style>
a { background-color: #B4D122; }
a { background-color: rgb(180,209,34); }
div.DivClassName
{
background-color: #B4D122;
}
.BgClassName
{
background-color: #B4D122;
}
</style>
border-color css
<style>
span { border-color: #B4D122; }
span { border-color: rgb(180,209,34); }
td.TdClassName
{
border-color: #B4D122;
}
.TagClassName
{
border-color: #B4D122;
}
</style>