Shades of Rio Grande #B5BB1E
Tints of Rio Grande #B5BB1E
RGB
CMYK
RGB Variations
Color information
#B5BB1E (or 0xB5BB1E) is known color: Rio Grande. HEX triplet: B5, BB and 1E. RGB value is (181,187,30). Sum of RGB (Red+Green+Blue) = 181+187+30=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BB1E is #4A44E1. Grayscale: #A7A7A7. Windows color (decimal): -4867298 or 2014133. OLE color: 2014133.
HSL color Cylindrical-coordinate representation of color #B5BB1E: hue angle of 62.29º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5BB1E is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 30 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.27 |
| HSL | 62.29º | 0.72% | 0.43% | - |
| HSV(B) | 62.29º | 0.84% | 0.73% | - |
| XYZ | 37.06 | 45.46 | 8.05 | - |
| YUV | 167.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 30 | 0.03 | 0 | 0.84 | 0.27 | 62.29 | 0.72 | 0.43 |
| Hex | B5 | BB | 1E | 3 | 0 | 54 | 1B | 3E | 48 | 2B |
| Octal | 265 | 273 | 36 | 3 | 0 | 124 | 33 | 76 | 110 | 53 |
| Binary | 10110101 | 10111011 | 11110 | 11 | 0 | 1010100 | 11011 | 111110 | 1001000 | 101011 |
Color Harmonies of #B5BB1E
Complementary color
Monochromatic Colors of #B5BB1E
Black with #B5BB1E
Text Example
Text Example
White with #B5BB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BB1E; }
p { color: rgb(181,187,30); }
H1.HeaderClassName
{
color: #B5BB1E;
}
.AnyTagClassName
{
color: #B5BB1E;
}
</style>
background-color css
<style>
a { background-color: #B5BB1E; }
a { background-color: rgb(181,187,30); }
div.DivClassName
{
background-color: #B5BB1E;
}
.BgClassName
{
background-color: #B5BB1E;
}
</style>
border-color css
<style>
span { border-color: #B5BB1E; }
span { border-color: rgb(181,187,30); }
td.TdClassName
{
border-color: #B5BB1E;
}
.TagClassName
{
border-color: #B5BB1E;
}
</style>