Shades of Rio Grande #B4BB29
Tints of Rio Grande #B4BB29
RGB
CMYK
RGB Variations
Color information
#B4BB29 (or 0xB4BB29) is known color: Rio Grande. HEX triplet: B4, BB and 29. RGB value is (180,187,41). Sum of RGB (Red+Green+Blue) = 180+187+41=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BB29 is #4B44D6. Grayscale: #A8A8A8. Windows color (decimal): -4932823 or 2735028. OLE color: 2735028.
HSL color Cylindrical-coordinate representation of color #B4BB29: hue angle of 62.88º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4BB29 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 41 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.27 |
| HSL | 62.88º | 0.64% | 0.45% | - |
| HSV(B) | 62.88º | 0.78% | 0.73% | - |
| XYZ | 36.99 | 45.4 | 8.91 | - |
| YUV | 168.26 | 56.18 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 41 | 0.04 | 0 | 0.78 | 0.27 | 62.88 | 0.64 | 0.45 |
| Hex | B4 | BB | 29 | 4 | 0 | 4E | 1B | 3F | 40 | 2D |
| Octal | 264 | 273 | 51 | 4 | 0 | 116 | 33 | 77 | 100 | 55 |
| Binary | 10110100 | 10111011 | 101001 | 100 | 0 | 1001110 | 11011 | 111111 | 1000000 | 101101 |
Color Harmonies of #B4BB29
Complementary color
Monochromatic Colors of #B4BB29
Black with #B4BB29
Text Example
Text Example
White with #B4BB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB29; }
p { color: rgb(180,187,41); }
H1.HeaderClassName
{
color: #B4BB29;
}
.AnyTagClassName
{
color: #B4BB29;
}
</style>
background-color css
<style>
a { background-color: #B4BB29; }
a { background-color: rgb(180,187,41); }
div.DivClassName
{
background-color: #B4BB29;
}
.BgClassName
{
background-color: #B4BB29;
}
</style>
border-color css
<style>
span { border-color: #B4BB29; }
span { border-color: rgb(180,187,41); }
td.TdClassName
{
border-color: #B4BB29;
}
.TagClassName
{
border-color: #B4BB29;
}
</style>