Shades of Rio Grande #B7C515
Tints of Rio Grande #B7C515
RGB
CMYK
RGB Variations
Color information
#B7C515 (or 0xB7C515) is known color: Rio Grande. HEX triplet: B7, C5 and 15. RGB value is (183,197,21). Sum of RGB (Red+Green+Blue) = 183+197+21=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C515 is #483AEA. Grayscale: #ADADAD. Windows color (decimal): -4733675 or 1426871. OLE color: 1426871.
HSL color Cylindrical-coordinate representation of color #B7C515: hue angle of 64.77º 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 #B7C515 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 197 | 21 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.23 |
| HSL | 64.77º | 0.81% | 0.43% | - |
| HSV(B) | 64.77º | 0.89% | 0.77% | - |
| XYZ | 39.63 | 50.05 | 8.28 | - |
| YUV | 172.75 | 42.36 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 21 | 0.07 | 0 | 0.89 | 0.23 | 64.77 | 0.81 | 0.43 |
| Hex | B7 | C5 | 15 | 7 | 0 | 59 | 17 | 41 | 51 | 2B |
| Octal | 267 | 305 | 25 | 7 | 0 | 131 | 27 | 101 | 121 | 53 |
| Binary | 10110111 | 11000101 | 10101 | 111 | 0 | 1011001 | 10111 | 1000001 | 1010001 | 101011 |
Color Harmonies of #B7C515
Complementary color
Monochromatic Colors of #B7C515
Black with #B7C515
Text Example
Text Example
White with #B7C515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C515; }
p { color: rgb(183,197,21); }
H1.HeaderClassName
{
color: #B7C515;
}
.AnyTagClassName
{
color: #B7C515;
}
</style>
background-color css
<style>
a { background-color: #B7C515; }
a { background-color: rgb(183,197,21); }
div.DivClassName
{
background-color: #B7C515;
}
.BgClassName
{
background-color: #B7C515;
}
</style>
border-color css
<style>
span { border-color: #B7C515; }
span { border-color: rgb(183,197,21); }
td.TdClassName
{
border-color: #B7C515;
}
.TagClassName
{
border-color: #B7C515;
}
</style>