Shades of Rio Grande #B5BC23
Tints of Rio Grande #B5BC23
RGB
CMYK
RGB Variations
Color information
#B5BC23 (or 0xB5BC23) is known color: Rio Grande. HEX triplet: B5, BC and 23. RGB value is (181,188,35). Sum of RGB (Red+Green+Blue) = 181+188+35=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC23 is #4A43DC. Grayscale: #A9A9A9. Windows color (decimal): -4867037 or 2342069. OLE color: 2342069.
HSL color Cylindrical-coordinate representation of color #B5BC23: hue angle of 62.75º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5BC23 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 35 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.26 |
| HSL | 62.75º | 0.69% | 0.44% | - |
| HSV(B) | 62.75º | 0.81% | 0.74% | - |
| XYZ | 37.34 | 45.91 | 8.48 | - |
| YUV | 168.47 | 52.68 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 35 | 0.04 | 0 | 0.81 | 0.26 | 62.75 | 0.69 | 0.44 |
| Hex | B5 | BC | 23 | 4 | 0 | 51 | 1A | 3F | 45 | 2C |
| Octal | 265 | 274 | 43 | 4 | 0 | 121 | 32 | 77 | 105 | 54 |
| Binary | 10110101 | 10111100 | 100011 | 100 | 0 | 1010001 | 11010 | 111111 | 1000101 | 101100 |
Color Harmonies of #B5BC23
Complementary color
Monochromatic Colors of #B5BC23
Black with #B5BC23
Text Example
Text Example
White with #B5BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC23; }
p { color: rgb(181,188,35); }
H1.HeaderClassName
{
color: #B5BC23;
}
.AnyTagClassName
{
color: #B5BC23;
}
</style>
background-color css
<style>
a { background-color: #B5BC23; }
a { background-color: rgb(181,188,35); }
div.DivClassName
{
background-color: #B5BC23;
}
.BgClassName
{
background-color: #B5BC23;
}
</style>
border-color css
<style>
span { border-color: #B5BC23; }
span { border-color: rgb(181,188,35); }
td.TdClassName
{
border-color: #B5BC23;
}
.TagClassName
{
border-color: #B5BC23;
}
</style>