Shades of Rio Grande #B7C41D
Tints of Rio Grande #B7C41D
RGB
CMYK
RGB Variations
Color information
#B7C41D (or 0xB7C41D) is known color: Rio Grande. HEX triplet: B7, C4 and 1D. RGB value is (183,196,29). Sum of RGB (Red+Green+Blue) = 183+196+29=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C41D is #483BE2. Grayscale: #ADADAD. Windows color (decimal): -4733923 or 1950903. OLE color: 1950903.
HSL color Cylindrical-coordinate representation of color #B7C41D: hue angle of 64.67º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7C41D is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 29 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.23 |
| HSL | 64.67º | 0.74% | 0.44% | - |
| HSV(B) | 64.67º | 0.85% | 0.77% | - |
| XYZ | 39.49 | 49.64 | 8.66 | - |
| YUV | 173.08 | 46.69 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 29 | 0.07 | 0 | 0.85 | 0.23 | 64.67 | 0.74 | 0.44 |
| Hex | B7 | C4 | 1D | 7 | 0 | 55 | 17 | 41 | 4A | 2C |
| Octal | 267 | 304 | 35 | 7 | 0 | 125 | 27 | 101 | 112 | 54 |
| Binary | 10110111 | 11000100 | 11101 | 111 | 0 | 1010101 | 10111 | 1000001 | 1001010 | 101100 |
Color Harmonies of #B7C41D
Complementary color
Monochromatic Colors of #B7C41D
Black with #B7C41D
Text Example
Text Example
White with #B7C41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C41D; }
p { color: rgb(183,196,29); }
H1.HeaderClassName
{
color: #B7C41D;
}
.AnyTagClassName
{
color: #B7C41D;
}
</style>
background-color css
<style>
a { background-color: #B7C41D; }
a { background-color: rgb(183,196,29); }
div.DivClassName
{
background-color: #B7C41D;
}
.BgClassName
{
background-color: #B7C41D;
}
</style>
border-color css
<style>
span { border-color: #B7C41D; }
span { border-color: rgb(183,196,29); }
td.TdClassName
{
border-color: #B7C41D;
}
.TagClassName
{
border-color: #B7C41D;
}
</style>