Shades of Rio Grande #B2BC18
Tints of Rio Grande #B2BC18
RGB
CMYK
RGB Variations
Color information
#B2BC18 (or 0xB2BC18) is known color: Rio Grande. HEX triplet: B2, BC and 18. RGB value is (178,188,24). Sum of RGB (Red+Green+Blue) = 178+188+24=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BC18 is #4D43E7. Grayscale: #A6A6A6. Windows color (decimal): -5063656 or 1621170. OLE color: 1621170.
HSL color Cylindrical-coordinate representation of color #B2BC18: hue angle of 63.66º 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 #B2BC18 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 24 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.26 |
| HSL | 63.66º | 0.77% | 0.42% | - |
| HSV(B) | 63.66º | 0.87% | 0.74% | - |
| XYZ | 36.51 | 45.5 | 7.72 | - |
| YUV | 166.31 | 47.69 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 24 | 0.05 | 0 | 0.87 | 0.26 | 63.66 | 0.77 | 0.42 |
| Hex | B2 | BC | 18 | 5 | 0 | 57 | 1A | 40 | 4D | 2A |
| Octal | 262 | 274 | 30 | 5 | 0 | 127 | 32 | 100 | 115 | 52 |
| Binary | 10110010 | 10111100 | 11000 | 101 | 0 | 1010111 | 11010 | 1000000 | 1001101 | 101010 |
Color Harmonies of #B2BC18
Complementary color
Monochromatic Colors of #B2BC18
Black with #B2BC18
Text Example
Text Example
White with #B2BC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC18; }
p { color: rgb(178,188,24); }
H1.HeaderClassName
{
color: #B2BC18;
}
.AnyTagClassName
{
color: #B2BC18;
}
</style>
background-color css
<style>
a { background-color: #B2BC18; }
a { background-color: rgb(178,188,24); }
div.DivClassName
{
background-color: #B2BC18;
}
.BgClassName
{
background-color: #B2BC18;
}
</style>
border-color css
<style>
span { border-color: #B2BC18; }
span { border-color: rgb(178,188,24); }
td.TdClassName
{
border-color: #B2BC18;
}
.TagClassName
{
border-color: #B2BC18;
}
</style>