Shades of Rio Grande #B7C41B
Tints of Rio Grande #B7C41B
RGB
CMYK
RGB Variations
Color information
#B7C41B (or 0xB7C41B) is known color: Rio Grande. HEX triplet: B7, C4 and 1B. RGB value is (183,196,27). Sum of RGB (Red+Green+Blue) = 183+196+27=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C41B is #483BE4. Grayscale: #ADADAD. Windows color (decimal): -4733925 or 1819831. OLE color: 1819831.
HSL color Cylindrical-coordinate representation of color #B7C41B: hue angle of 64.62º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7C41B is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 27 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.23 |
| HSL | 64.62º | 0.76% | 0.44% | - |
| HSV(B) | 64.62º | 0.86% | 0.77% | - |
| XYZ | 39.47 | 49.63 | 8.54 | - |
| YUV | 172.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 27 | 0.07 | 0 | 0.86 | 0.23 | 64.62 | 0.76 | 0.44 |
| Hex | B7 | C4 | 1B | 7 | 0 | 56 | 17 | 41 | 4C | 2C |
| Octal | 267 | 304 | 33 | 7 | 0 | 126 | 27 | 101 | 114 | 54 |
| Binary | 10110111 | 11000100 | 11011 | 111 | 0 | 1010110 | 10111 | 1000001 | 1001100 | 101100 |
Color Harmonies of #B7C41B
Complementary color
Monochromatic Colors of #B7C41B
Black with #B7C41B
Text Example
Text Example
White with #B7C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C41B; }
p { color: rgb(183,196,27); }
H1.HeaderClassName
{
color: #B7C41B;
}
.AnyTagClassName
{
color: #B7C41B;
}
</style>
background-color css
<style>
a { background-color: #B7C41B; }
a { background-color: rgb(183,196,27); }
div.DivClassName
{
background-color: #B7C41B;
}
.BgClassName
{
background-color: #B7C41B;
}
</style>
border-color css
<style>
span { border-color: #B7C41B; }
span { border-color: rgb(183,196,27); }
td.TdClassName
{
border-color: #B7C41B;
}
.TagClassName
{
border-color: #B7C41B;
}
</style>