Shades of Rio Grande #B5BC1F
Tints of Rio Grande #B5BC1F
RGB
CMYK
RGB Variations
Color information
#B5BC1F (or 0xB5BC1F) is known color: Rio Grande. HEX triplet: B5, BC and 1F. RGB value is (181,188,31). Sum of RGB (Red+Green+Blue) = 181+188+31=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC1F is #4A43E0. Grayscale: #A8A8A8. Windows color (decimal): -4867041 or 2079925. OLE color: 2079925.
HSL color Cylindrical-coordinate representation of color #B5BC1F: hue angle of 62.68º 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 #B5BC1F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 31 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.26 |
| HSL | 62.68º | 0.72% | 0.43% | - |
| HSV(B) | 62.68º | 0.84% | 0.74% | - |
| XYZ | 37.29 | 45.89 | 8.19 | - |
| YUV | 168.01 | 50.68 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 31 | 0.04 | 0 | 0.84 | 0.26 | 62.68 | 0.72 | 0.43 |
| Hex | B5 | BC | 1F | 4 | 0 | 54 | 1A | 3F | 48 | 2B |
| Octal | 265 | 274 | 37 | 4 | 0 | 124 | 32 | 77 | 110 | 53 |
| Binary | 10110101 | 10111100 | 11111 | 100 | 0 | 1010100 | 11010 | 111111 | 1001000 | 101011 |
Color Harmonies of #B5BC1F
Complementary color
Monochromatic Colors of #B5BC1F
Black with #B5BC1F
Text Example
Text Example
White with #B5BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC1F; }
p { color: rgb(181,188,31); }
H1.HeaderClassName
{
color: #B5BC1F;
}
.AnyTagClassName
{
color: #B5BC1F;
}
</style>
background-color css
<style>
a { background-color: #B5BC1F; }
a { background-color: rgb(181,188,31); }
div.DivClassName
{
background-color: #B5BC1F;
}
.BgClassName
{
background-color: #B5BC1F;
}
</style>
border-color css
<style>
span { border-color: #B5BC1F; }
span { border-color: rgb(181,188,31); }
td.TdClassName
{
border-color: #B5BC1F;
}
.TagClassName
{
border-color: #B5BC1F;
}
</style>