Shades of Rio Grande #B7C41A
Tints of Rio Grande #B7C41A
RGB
CMYK
RGB Variations
Color information
#B7C41A (or 0xB7C41A) is known color: Rio Grande. HEX triplet: B7, C4 and 1A. RGB value is (183,196,26). Sum of RGB (Red+Green+Blue) = 183+196+26=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C41A is #483BE5. Grayscale: #ADADAD. Windows color (decimal): -4733926 or 1754295. OLE color: 1754295.
HSL color Cylindrical-coordinate representation of color #B7C41A: hue angle of 64.59º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7C41A is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 26 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.23 |
| HSL | 64.59º | 0.77% | 0.44% | - |
| HSV(B) | 64.59º | 0.87% | 0.77% | - |
| XYZ | 39.45 | 49.62 | 8.48 | - |
| YUV | 172.73 | 45.19 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 26 | 0.07 | 0 | 0.87 | 0.23 | 64.59 | 0.77 | 0.44 |
| Hex | B7 | C4 | 1A | 7 | 0 | 57 | 17 | 41 | 4D | 2C |
| Octal | 267 | 304 | 32 | 7 | 0 | 127 | 27 | 101 | 115 | 54 |
| Binary | 10110111 | 11000100 | 11010 | 111 | 0 | 1010111 | 10111 | 1000001 | 1001101 | 101100 |
Color Harmonies of #B7C41A
Complementary color
Monochromatic Colors of #B7C41A
Black with #B7C41A
Text Example
Text Example
White with #B7C41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C41A; }
p { color: rgb(183,196,26); }
H1.HeaderClassName
{
color: #B7C41A;
}
.AnyTagClassName
{
color: #B7C41A;
}
</style>
background-color css
<style>
a { background-color: #B7C41A; }
a { background-color: rgb(183,196,26); }
div.DivClassName
{
background-color: #B7C41A;
}
.BgClassName
{
background-color: #B7C41A;
}
</style>
border-color css
<style>
span { border-color: #B7C41A; }
span { border-color: rgb(183,196,26); }
td.TdClassName
{
border-color: #B7C41A;
}
.TagClassName
{
border-color: #B7C41A;
}
</style>