Shades of Rio Grande #B5BC1B
Tints of Rio Grande #B5BC1B
RGB
CMYK
RGB Variations
Color information
#B5BC1B (or 0xB5BC1B) is known color: Rio Grande. HEX triplet: B5, BC and 1B. RGB value is (181,188,27). Sum of RGB (Red+Green+Blue) = 181+188+27=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC1B is #4A43E4. Grayscale: #A8A8A8. Windows color (decimal): -4867045 or 1817781. OLE color: 1817781.
HSL color Cylindrical-coordinate representation of color #B5BC1B: hue angle of 62.61º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5BC1B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 27 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.26 |
| HSL | 62.61º | 0.75% | 0.42% | - |
| HSV(B) | 62.61º | 0.86% | 0.74% | - |
| XYZ | 37.24 | 45.87 | 7.93 | - |
| YUV | 167.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 27 | 0.04 | 0 | 0.86 | 0.26 | 62.61 | 0.75 | 0.42 |
| Hex | B5 | BC | 1B | 4 | 0 | 56 | 1A | 3F | 4B | 2A |
| Octal | 265 | 274 | 33 | 4 | 0 | 126 | 32 | 77 | 113 | 52 |
| Binary | 10110101 | 10111100 | 11011 | 100 | 0 | 1010110 | 11010 | 111111 | 1001011 | 101010 |
Color Harmonies of #B5BC1B
Complementary color
Monochromatic Colors of #B5BC1B
Black with #B5BC1B
Text Example
Text Example
White with #B5BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC1B; }
p { color: rgb(181,188,27); }
H1.HeaderClassName
{
color: #B5BC1B;
}
.AnyTagClassName
{
color: #B5BC1B;
}
</style>
background-color css
<style>
a { background-color: #B5BC1B; }
a { background-color: rgb(181,188,27); }
div.DivClassName
{
background-color: #B5BC1B;
}
.BgClassName
{
background-color: #B5BC1B;
}
</style>
border-color css
<style>
span { border-color: #B5BC1B; }
span { border-color: rgb(181,188,27); }
td.TdClassName
{
border-color: #B5BC1B;
}
.TagClassName
{
border-color: #B5BC1B;
}
</style>