Shades of Rio Grande #B5BB32
Tints of Rio Grande #B5BB32
RGB
CMYK
RGB Variations
Color information
#B5BB32 (or 0xB5BB32) is known color: Rio Grande. HEX triplet: B5, BB and 32. RGB value is (181,187,50). Sum of RGB (Red+Green+Blue) = 181+187+50=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BB32 is #4A44CD. Grayscale: #AAAAAA. Windows color (decimal): -4867278 or 3324853. OLE color: 3324853.
HSL color Cylindrical-coordinate representation of color #B5BB32: hue angle of 62.63º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5BB32 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 50 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.27 |
| HSL | 62.63º | 0.58% | 0.46% | - |
| HSV(B) | 62.63º | 0.73% | 0.73% | - |
| XYZ | 37.4 | 45.59 | 9.85 | - |
| YUV | 169.59 | 60.51 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 50 | 0.03 | 0 | 0.73 | 0.27 | 62.63 | 0.58 | 0.46 |
| Hex | B5 | BB | 32 | 3 | 0 | 49 | 1B | 3F | 3A | 2E |
| Octal | 265 | 273 | 62 | 3 | 0 | 111 | 33 | 77 | 72 | 56 |
| Binary | 10110101 | 10111011 | 110010 | 11 | 0 | 1001001 | 11011 | 111111 | 111010 | 101110 |
Color Harmonies of #B5BB32
Complementary color
Monochromatic Colors of #B5BB32
Black with #B5BB32
Text Example
Text Example
White with #B5BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BB32; }
p { color: rgb(181,187,50); }
H1.HeaderClassName
{
color: #B5BB32;
}
.AnyTagClassName
{
color: #B5BB32;
}
</style>
background-color css
<style>
a { background-color: #B5BB32; }
a { background-color: rgb(181,187,50); }
div.DivClassName
{
background-color: #B5BB32;
}
.BgClassName
{
background-color: #B5BB32;
}
</style>
border-color css
<style>
span { border-color: #B5BB32; }
span { border-color: rgb(181,187,50); }
td.TdClassName
{
border-color: #B5BB32;
}
.TagClassName
{
border-color: #B5BB32;
}
</style>