Shades of Rio Grande #B3BC18
Tints of Rio Grande #B3BC18
RGB
CMYK
RGB Variations
Color information
#B3BC18 (or 0xB3BC18) is known color: Rio Grande. HEX triplet: B3, BC and 18. RGB value is (179,188,24). Sum of RGB (Red+Green+Blue) = 179+188+24=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BC18 is #4C43E7. Grayscale: #A7A7A7. Windows color (decimal): -4998120 or 1621171. OLE color: 1621171.
HSL color Cylindrical-coordinate representation of color #B3BC18: hue angle of 63.29º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3BC18 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 24 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.26 |
| HSL | 63.29º | 0.77% | 0.42% | - |
| HSV(B) | 63.29º | 0.87% | 0.74% | - |
| XYZ | 36.74 | 45.62 | 7.73 | - |
| YUV | 166.61 | 47.52 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 24 | 0.05 | 0 | 0.87 | 0.26 | 63.29 | 0.77 | 0.42 |
| Hex | B3 | BC | 18 | 5 | 0 | 57 | 1A | 3F | 4D | 2A |
| Octal | 263 | 274 | 30 | 5 | 0 | 127 | 32 | 77 | 115 | 52 |
| Binary | 10110011 | 10111100 | 11000 | 101 | 0 | 1010111 | 11010 | 111111 | 1001101 | 101010 |
Color Harmonies of #B3BC18
Complementary color
Monochromatic Colors of #B3BC18
Black with #B3BC18
Text Example
Text Example
White with #B3BC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC18; }
p { color: rgb(179,188,24); }
H1.HeaderClassName
{
color: #B3BC18;
}
.AnyTagClassName
{
color: #B3BC18;
}
</style>
background-color css
<style>
a { background-color: #B3BC18; }
a { background-color: rgb(179,188,24); }
div.DivClassName
{
background-color: #B3BC18;
}
.BgClassName
{
background-color: #B3BC18;
}
</style>
border-color css
<style>
span { border-color: #B3BC18; }
span { border-color: rgb(179,188,24); }
td.TdClassName
{
border-color: #B3BC18;
}
.TagClassName
{
border-color: #B3BC18;
}
</style>