Shades of Rio Grande #B5BB2D
Tints of Rio Grande #B5BB2D
RGB
CMYK
RGB Variations
Color information
#B5BB2D (or 0xB5BB2D) is known color: Rio Grande. HEX triplet: B5, BB and 2D. RGB value is (181,187,45). Sum of RGB (Red+Green+Blue) = 181+187+45=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BB2D is #4A44D2. Grayscale: #A9A9A9. Windows color (decimal): -4867283 or 2997173. OLE color: 2997173.
HSL color Cylindrical-coordinate representation of color #B5BB2D: hue angle of 62.54º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5BB2D is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 45 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.27 |
| HSL | 62.54º | 0.61% | 0.45% | - |
| HSV(B) | 62.54º | 0.76% | 0.73% | - |
| XYZ | 37.3 | 45.55 | 9.31 | - |
| YUV | 169.02 | 58.01 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 45 | 0.03 | 0 | 0.76 | 0.27 | 62.54 | 0.61 | 0.45 |
| Hex | B5 | BB | 2D | 3 | 0 | 4C | 1B | 3F | 3D | 2D |
| Octal | 265 | 273 | 55 | 3 | 0 | 114 | 33 | 77 | 75 | 55 |
| Binary | 10110101 | 10111011 | 101101 | 11 | 0 | 1001100 | 11011 | 111111 | 111101 | 101101 |
Color Harmonies of #B5BB2D
Complementary color
Monochromatic Colors of #B5BB2D
Black with #B5BB2D
Text Example
Text Example
White with #B5BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BB2D; }
p { color: rgb(181,187,45); }
H1.HeaderClassName
{
color: #B5BB2D;
}
.AnyTagClassName
{
color: #B5BB2D;
}
</style>
background-color css
<style>
a { background-color: #B5BB2D; }
a { background-color: rgb(181,187,45); }
div.DivClassName
{
background-color: #B5BB2D;
}
.BgClassName
{
background-color: #B5BB2D;
}
</style>
border-color css
<style>
span { border-color: #B5BB2D; }
span { border-color: rgb(181,187,45); }
td.TdClassName
{
border-color: #B5BB2D;
}
.TagClassName
{
border-color: #B5BB2D;
}
</style>