Shades of Rio Grande #B0C915
Tints of Rio Grande #B0C915
RGB
CMYK
RGB Variations
Color information
#B0C915 (or 0xB0C915) is known color: Rio Grande. HEX triplet: B0, C9 and 15. RGB value is (176,201,21). Sum of RGB (Red+Green+Blue) = 176+201+21=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C915 is #4F36EA. Grayscale: #ADADAD. Windows color (decimal): -5191403 or 1427888. OLE color: 1427888.
HSL color Cylindrical-coordinate representation of color #B0C915: hue angle of 68.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0C915 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 21 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.21 |
| HSL | 68.33º | 0.81% | 0.44% | - |
| HSV(B) | 68.33º | 0.9% | 0.79% | - |
| XYZ | 38.93 | 51.06 | 8.51 | - |
| YUV | 173.01 | 42.22 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 21 | 0.12 | 0 | 0.90 | 0.21 | 68.33 | 0.81 | 0.44 |
| Hex | B0 | C9 | 15 | C | 0 | 5A | 15 | 44 | 51 | 2C |
| Octal | 260 | 311 | 25 | 14 | 0 | 132 | 25 | 104 | 121 | 54 |
| Binary | 10110000 | 11001001 | 10101 | 1100 | 0 | 1011010 | 10101 | 1000100 | 1010001 | 101100 |
Color Harmonies of #B0C915
Complementary color
Monochromatic Colors of #B0C915
Black with #B0C915
Text Example
Text Example
White with #B0C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C915; }
p { color: rgb(176,201,21); }
H1.HeaderClassName
{
color: #B0C915;
}
.AnyTagClassName
{
color: #B0C915;
}
</style>
background-color css
<style>
a { background-color: #B0C915; }
a { background-color: rgb(176,201,21); }
div.DivClassName
{
background-color: #B0C915;
}
.BgClassName
{
background-color: #B0C915;
}
</style>
border-color css
<style>
span { border-color: #B0C915; }
span { border-color: rgb(176,201,21); }
td.TdClassName
{
border-color: #B0C915;
}
.TagClassName
{
border-color: #B0C915;
}
</style>