Shades of Rio Grande #B7C513
Tints of Rio Grande #B7C513
RGB
CMYK
RGB Variations
Color information
#B7C513 (or 0xB7C513) is known color: Rio Grande. HEX triplet: B7, C5 and 13. RGB value is (183,197,19). Sum of RGB (Red+Green+Blue) = 183+197+19=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C513 is #483AEC. Grayscale: #ADADAD. Windows color (decimal): -4733677 or 1295799. OLE color: 1295799.
HSL color Cylindrical-coordinate representation of color #B7C513: hue angle of 64.72º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7C513 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 197 | 19 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.23 |
| HSL | 64.72º | 0.82% | 0.42% | - |
| HSV(B) | 64.72º | 0.9% | 0.77% | - |
| XYZ | 39.61 | 50.05 | 8.19 | - |
| YUV | 172.52 | 41.36 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 19 | 0.07 | 0 | 0.90 | 0.23 | 64.72 | 0.82 | 0.42 |
| Hex | B7 | C5 | 13 | 7 | 0 | 5A | 17 | 41 | 52 | 2A |
| Octal | 267 | 305 | 23 | 7 | 0 | 132 | 27 | 101 | 122 | 52 |
| Binary | 10110111 | 11000101 | 10011 | 111 | 0 | 1011010 | 10111 | 1000001 | 1010010 | 101010 |
Color Harmonies of #B7C513
Complementary color
Monochromatic Colors of #B7C513
Black with #B7C513
Text Example
Text Example
White with #B7C513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C513; }
p { color: rgb(183,197,19); }
H1.HeaderClassName
{
color: #B7C513;
}
.AnyTagClassName
{
color: #B7C513;
}
</style>
background-color css
<style>
a { background-color: #B7C513; }
a { background-color: rgb(183,197,19); }
div.DivClassName
{
background-color: #B7C513;
}
.BgClassName
{
background-color: #B7C513;
}
</style>
border-color css
<style>
span { border-color: #B7C513; }
span { border-color: rgb(183,197,19); }
td.TdClassName
{
border-color: #B7C513;
}
.TagClassName
{
border-color: #B7C513;
}
</style>