Shades of Rio Grande #B7C910
Tints of Rio Grande #B7C910
RGB
CMYK
RGB Variations
Color information
#B7C910 (or 0xB7C910) is known color: Rio Grande. HEX triplet: B7, C9 and 10. RGB value is (183,201,16). Sum of RGB (Red+Green+Blue) = 183+201+16=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C910 is #4836EF. Grayscale: #AFAFAF. Windows color (decimal): -4732656 or 1100215. OLE color: 1100215.
HSL color Cylindrical-coordinate representation of color #B7C910: hue angle of 65.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7C910 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 201 | 16 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.21 |
| HSL | 65.84º | 0.85% | 0.43% | - |
| HSV(B) | 65.84º | 0.92% | 0.79% | - |
| XYZ | 40.51 | 51.88 | 8.37 | - |
| YUV | 174.53 | 38.54 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 201 | 16 | 0.09 | 0 | 0.92 | 0.21 | 65.84 | 0.85 | 0.43 |
| Hex | B7 | C9 | 10 | 9 | 0 | 5C | 15 | 42 | 55 | 2B |
| Octal | 267 | 311 | 20 | 11 | 0 | 134 | 25 | 102 | 125 | 53 |
| Binary | 10110111 | 11001001 | 10000 | 1001 | 0 | 1011100 | 10101 | 1000010 | 1010101 | 101011 |
Color Harmonies of #B7C910
Complementary color
Monochromatic Colors of #B7C910
Black with #B7C910
Text Example
Text Example
White with #B7C910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C910; }
p { color: rgb(183,201,16); }
H1.HeaderClassName
{
color: #B7C910;
}
.AnyTagClassName
{
color: #B7C910;
}
</style>
background-color css
<style>
a { background-color: #B7C910; }
a { background-color: rgb(183,201,16); }
div.DivClassName
{
background-color: #B7C910;
}
.BgClassName
{
background-color: #B7C910;
}
</style>
border-color css
<style>
span { border-color: #B7C910; }
span { border-color: rgb(183,201,16); }
td.TdClassName
{
border-color: #B7C910;
}
.TagClassName
{
border-color: #B7C910;
}
</style>