Shades of Rio Grande #B0C415
Tints of Rio Grande #B0C415
RGB
CMYK
RGB Variations
Color information
#B0C415 (or 0xB0C415) is known color: Rio Grande. HEX triplet: B0, C4 and 15. RGB value is (176,196,21). Sum of RGB (Red+Green+Blue) = 176+196+21=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C415 is #4F3BEA. Grayscale: #AAAAAA. Windows color (decimal): -5192683 or 1426608. OLE color: 1426608.
HSL color Cylindrical-coordinate representation of color #B0C415: hue angle of 66.86º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0C415 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 196 | 21 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.23 |
| HSL | 66.86º | 0.81% | 0.43% | - |
| HSV(B) | 66.86º | 0.89% | 0.77% | - |
| XYZ | 37.78 | 48.76 | 8.13 | - |
| YUV | 170.07 | 43.87 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 21 | 0.10 | 0 | 0.89 | 0.23 | 66.86 | 0.81 | 0.43 |
| Hex | B0 | C4 | 15 | A | 0 | 59 | 17 | 43 | 51 | 2B |
| Octal | 260 | 304 | 25 | 12 | 0 | 131 | 27 | 103 | 121 | 53 |
| Binary | 10110000 | 11000100 | 10101 | 1010 | 0 | 1011001 | 10111 | 1000011 | 1010001 | 101011 |
Color Harmonies of #B0C415
Complementary color
Monochromatic Colors of #B0C415
Black with #B0C415
Text Example
Text Example
White with #B0C415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C415; }
p { color: rgb(176,196,21); }
H1.HeaderClassName
{
color: #B0C415;
}
.AnyTagClassName
{
color: #B0C415;
}
</style>
background-color css
<style>
a { background-color: #B0C415; }
a { background-color: rgb(176,196,21); }
div.DivClassName
{
background-color: #B0C415;
}
.BgClassName
{
background-color: #B0C415;
}
</style>
border-color css
<style>
span { border-color: #B0C415; }
span { border-color: rgb(176,196,21); }
td.TdClassName
{
border-color: #B0C415;
}
.TagClassName
{
border-color: #B0C415;
}
</style>