Shades of Rio Grande #B7C12B
Tints of Rio Grande #B7C12B
RGB
CMYK
RGB Variations
Color information
#B7C12B (or 0xB7C12B) is known color: Rio Grande. HEX triplet: B7, C1 and 2B. RGB value is (183,193,43). Sum of RGB (Red+Green+Blue) = 183+193+43=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C12B is #483ED4. Grayscale: #ADADAD. Windows color (decimal): -4734677 or 2867639. OLE color: 2867639.
HSL color Cylindrical-coordinate representation of color #B7C12B: hue angle of 64º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7C12B is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 43 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.24 |
| HSL | 64º | 0.64% | 0.46% | - |
| HSV(B) | 64º | 0.78% | 0.76% | - |
| XYZ | 39.03 | 48.38 | 9.57 | - |
| YUV | 172.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 43 | 0.05 | 0 | 0.78 | 0.24 | 64 | 0.64 | 0.46 |
| Hex | B7 | C1 | 2B | 5 | 0 | 4E | 18 | 40 | 40 | 2E |
| Octal | 267 | 301 | 53 | 5 | 0 | 116 | 30 | 100 | 100 | 56 |
| Binary | 10110111 | 11000001 | 101011 | 101 | 0 | 1001110 | 11000 | 1000000 | 1000000 | 101110 |
Color Harmonies of #B7C12B
Complementary color
Monochromatic Colors of #B7C12B
Black with #B7C12B
Text Example
Text Example
White with #B7C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C12B; }
p { color: rgb(183,193,43); }
H1.HeaderClassName
{
color: #B7C12B;
}
.AnyTagClassName
{
color: #B7C12B;
}
</style>
background-color css
<style>
a { background-color: #B7C12B; }
a { background-color: rgb(183,193,43); }
div.DivClassName
{
background-color: #B7C12B;
}
.BgClassName
{
background-color: #B7C12B;
}
</style>
border-color css
<style>
span { border-color: #B7C12B; }
span { border-color: rgb(183,193,43); }
td.TdClassName
{
border-color: #B7C12B;
}
.TagClassName
{
border-color: #B7C12B;
}
</style>