Shades of Rio Grande #B5BC28
Tints of Rio Grande #B5BC28
RGB
CMYK
RGB Variations
Color information
#B5BC28 (or 0xB5BC28) is known color: Rio Grande. HEX triplet: B5, BC and 28. RGB value is (181,188,40). Sum of RGB (Red+Green+Blue) = 181+188+40=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC28 is #4A43D7. Grayscale: #A9A9A9. Windows color (decimal): -4867032 or 2669749. OLE color: 2669749.
HSL color Cylindrical-coordinate representation of color #B5BC28: hue angle of 62.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5BC28 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 40 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.26 |
| HSL | 62.84º | 0.65% | 0.45% | - |
| HSV(B) | 62.84º | 0.79% | 0.74% | - |
| XYZ | 37.42 | 45.94 | 8.9 | - |
| YUV | 169.04 | 55.18 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 40 | 0.04 | 0 | 0.79 | 0.26 | 62.84 | 0.65 | 0.45 |
| Hex | B5 | BC | 28 | 4 | 0 | 4F | 1A | 3F | 41 | 2D |
| Octal | 265 | 274 | 50 | 4 | 0 | 117 | 32 | 77 | 101 | 55 |
| Binary | 10110101 | 10111100 | 101000 | 100 | 0 | 1001111 | 11010 | 111111 | 1000001 | 101101 |
Color Harmonies of #B5BC28
Complementary color
Monochromatic Colors of #B5BC28
Black with #B5BC28
Text Example
Text Example
White with #B5BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC28; }
p { color: rgb(181,188,40); }
H1.HeaderClassName
{
color: #B5BC28;
}
.AnyTagClassName
{
color: #B5BC28;
}
</style>
background-color css
<style>
a { background-color: #B5BC28; }
a { background-color: rgb(181,188,40); }
div.DivClassName
{
background-color: #B5BC28;
}
.BgClassName
{
background-color: #B5BC28;
}
</style>
border-color css
<style>
span { border-color: #B5BC28; }
span { border-color: rgb(181,188,40); }
td.TdClassName
{
border-color: #B5BC28;
}
.TagClassName
{
border-color: #B5BC28;
}
</style>