Shades of Rio Grande #B4D120
Tints of Rio Grande #B4D120
RGB
CMYK
RGB Variations
Color information
#B4D120 (or 0xB4D120) is known color: Rio Grande. HEX triplet: B4, D1 and 20. RGB value is (180,209,32). Sum of RGB (Red+Green+Blue) = 180+209+32=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D120 is #4B2EDF. Grayscale: #B4B4B4. Windows color (decimal): -4927200 or 2150836. OLE color: 2150836.
HSL color Cylindrical-coordinate representation of color #B4D120: hue angle of 69.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4D120 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 32 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.18 |
| HSL | 69.83º | 0.73% | 0.47% | - |
| HSV(B) | 69.83º | 0.85% | 0.82% | - |
| XYZ | 41.88 | 55.41 | 9.85 | - |
| YUV | 180.15 | 44.39 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 32 | 0.14 | 0 | 0.85 | 0.18 | 69.83 | 0.73 | 0.47 |
| Hex | B4 | D1 | 20 | E | 0 | 55 | 12 | 46 | 49 | 2F |
| Octal | 264 | 321 | 40 | 16 | 0 | 125 | 22 | 106 | 111 | 57 |
| Binary | 10110100 | 11010001 | 100000 | 1110 | 0 | 1010101 | 10010 | 1000110 | 1001001 | 101111 |
Color Harmonies of #B4D120
Complementary color
Monochromatic Colors of #B4D120
Black with #B4D120
Text Example
Text Example
White with #B4D120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D120; }
p { color: rgb(180,209,32); }
H1.HeaderClassName
{
color: #B4D120;
}
.AnyTagClassName
{
color: #B4D120;
}
</style>
background-color css
<style>
a { background-color: #B4D120; }
a { background-color: rgb(180,209,32); }
div.DivClassName
{
background-color: #B4D120;
}
.BgClassName
{
background-color: #B4D120;
}
</style>
border-color css
<style>
span { border-color: #B4D120; }
span { border-color: rgb(180,209,32); }
td.TdClassName
{
border-color: #B4D120;
}
.TagClassName
{
border-color: #B4D120;
}
</style>