Shades of Rio Grande #B5BC1E
Tints of Rio Grande #B5BC1E
RGB
CMYK
RGB Variations
Color information
#B5BC1E (or 0xB5BC1E) is known color: Rio Grande. HEX triplet: B5, BC and 1E. RGB value is (181,188,30). Sum of RGB (Red+Green+Blue) = 181+188+30=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC1E is #4A43E1. Grayscale: #A8A8A8. Windows color (decimal): -4867042 or 2014389. OLE color: 2014389.
HSL color Cylindrical-coordinate representation of color #B5BC1E: hue angle of 62.66º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5BC1E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 30 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.26 |
| HSL | 62.66º | 0.72% | 0.43% | - |
| HSV(B) | 62.66º | 0.84% | 0.74% | - |
| XYZ | 37.27 | 45.88 | 8.12 | - |
| YUV | 167.9 | 50.18 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 30 | 0.04 | 0 | 0.84 | 0.26 | 62.66 | 0.72 | 0.43 |
| Hex | B5 | BC | 1E | 4 | 0 | 54 | 1A | 3F | 48 | 2B |
| Octal | 265 | 274 | 36 | 4 | 0 | 124 | 32 | 77 | 110 | 53 |
| Binary | 10110101 | 10111100 | 11110 | 100 | 0 | 1010100 | 11010 | 111111 | 1001000 | 101011 |
Color Harmonies of #B5BC1E
Complementary color
Monochromatic Colors of #B5BC1E
Black with #B5BC1E
Text Example
Text Example
White with #B5BC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC1E; }
p { color: rgb(181,188,30); }
H1.HeaderClassName
{
color: #B5BC1E;
}
.AnyTagClassName
{
color: #B5BC1E;
}
</style>
background-color css
<style>
a { background-color: #B5BC1E; }
a { background-color: rgb(181,188,30); }
div.DivClassName
{
background-color: #B5BC1E;
}
.BgClassName
{
background-color: #B5BC1E;
}
</style>
border-color css
<style>
span { border-color: #B5BC1E; }
span { border-color: rgb(181,188,30); }
td.TdClassName
{
border-color: #B5BC1E;
}
.TagClassName
{
border-color: #B5BC1E;
}
</style>