Shades of Rio Grande #B3BC24
Tints of Rio Grande #B3BC24
RGB
CMYK
RGB Variations
Color information
#B3BC24 (or 0xB3BC24) is known color: Rio Grande. HEX triplet: B3, BC and 24. RGB value is (179,188,36). Sum of RGB (Red+Green+Blue) = 179+188+36=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BC24 is #4C43DB. Grayscale: #A8A8A8. Windows color (decimal): -4998108 or 2407603. OLE color: 2407603.
HSL color Cylindrical-coordinate representation of color #B3BC24: hue angle of 63.55º degrees, saturation: 0.68, 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 #B3BC24 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 36 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.26 |
| HSL | 63.55º | 0.68% | 0.44% | - |
| HSV(B) | 63.55º | 0.81% | 0.74% | - |
| XYZ | 36.89 | 45.68 | 8.54 | - |
| YUV | 167.98 | 53.52 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 36 | 0.05 | 0 | 0.81 | 0.26 | 63.55 | 0.68 | 0.44 |
| Hex | B3 | BC | 24 | 5 | 0 | 51 | 1A | 40 | 44 | 2C |
| Octal | 263 | 274 | 44 | 5 | 0 | 121 | 32 | 100 | 104 | 54 |
| Binary | 10110011 | 10111100 | 100100 | 101 | 0 | 1010001 | 11010 | 1000000 | 1000100 | 101100 |
Color Harmonies of #B3BC24
Complementary color
Monochromatic Colors of #B3BC24
Black with #B3BC24
Text Example
Text Example
White with #B3BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC24; }
p { color: rgb(179,188,36); }
H1.HeaderClassName
{
color: #B3BC24;
}
.AnyTagClassName
{
color: #B3BC24;
}
</style>
background-color css
<style>
a { background-color: #B3BC24; }
a { background-color: rgb(179,188,36); }
div.DivClassName
{
background-color: #B3BC24;
}
.BgClassName
{
background-color: #B3BC24;
}
</style>
border-color css
<style>
span { border-color: #B3BC24; }
span { border-color: rgb(179,188,36); }
td.TdClassName
{
border-color: #B3BC24;
}
.TagClassName
{
border-color: #B3BC24;
}
</style>