Shades of Rio Grande #B5BC1D
Tints of Rio Grande #B5BC1D
RGB
CMYK
RGB Variations
Color information
#B5BC1D (or 0xB5BC1D) is known color: Rio Grande. HEX triplet: B5, BC and 1D. RGB value is (181,188,29). Sum of RGB (Red+Green+Blue) = 181+188+29=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC1D is #4A43E2. Grayscale: #A8A8A8. Windows color (decimal): -4867043 or 1948853. OLE color: 1948853.
HSL color Cylindrical-coordinate representation of color #B5BC1D: hue angle of 62.64º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5BC1D is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 29 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.26 |
| HSL | 62.64º | 0.73% | 0.43% | - |
| HSV(B) | 62.64º | 0.85% | 0.74% | - |
| XYZ | 37.26 | 45.88 | 8.05 | - |
| YUV | 167.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 29 | 0.04 | 0 | 0.85 | 0.26 | 62.64 | 0.73 | 0.43 |
| Hex | B5 | BC | 1D | 4 | 0 | 55 | 1A | 3F | 49 | 2B |
| Octal | 265 | 274 | 35 | 4 | 0 | 125 | 32 | 77 | 111 | 53 |
| Binary | 10110101 | 10111100 | 11101 | 100 | 0 | 1010101 | 11010 | 111111 | 1001001 | 101011 |
Color Harmonies of #B5BC1D
Complementary color
Monochromatic Colors of #B5BC1D
Black with #B5BC1D
Text Example
Text Example
White with #B5BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC1D; }
p { color: rgb(181,188,29); }
H1.HeaderClassName
{
color: #B5BC1D;
}
.AnyTagClassName
{
color: #B5BC1D;
}
</style>
background-color css
<style>
a { background-color: #B5BC1D; }
a { background-color: rgb(181,188,29); }
div.DivClassName
{
background-color: #B5BC1D;
}
.BgClassName
{
background-color: #B5BC1D;
}
</style>
border-color css
<style>
span { border-color: #B5BC1D; }
span { border-color: rgb(181,188,29); }
td.TdClassName
{
border-color: #B5BC1D;
}
.TagClassName
{
border-color: #B5BC1D;
}
</style>