Shades of Rio Grande #B7C31B
Tints of Rio Grande #B7C31B
RGB
CMYK
RGB Variations
Color information
#B7C31B (or 0xB7C31B) is known color: Rio Grande. HEX triplet: B7, C3 and 1B. RGB value is (183,195,27). Sum of RGB (Red+Green+Blue) = 183+195+27=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C31B is #483CE4. Grayscale: #ACACAC. Windows color (decimal): -4734181 or 1819575. OLE color: 1819575.
HSL color Cylindrical-coordinate representation of color #B7C31B: hue angle of 64.29º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7C31B is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 27 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.24 |
| HSL | 64.29º | 0.76% | 0.44% | - |
| HSV(B) | 64.29º | 0.86% | 0.76% | - |
| XYZ | 39.24 | 49.18 | 8.46 | - |
| YUV | 172.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 27 | 0.06 | 0 | 0.86 | 0.24 | 64.29 | 0.76 | 0.44 |
| Hex | B7 | C3 | 1B | 6 | 0 | 56 | 18 | 40 | 4C | 2C |
| Octal | 267 | 303 | 33 | 6 | 0 | 126 | 30 | 100 | 114 | 54 |
| Binary | 10110111 | 11000011 | 11011 | 110 | 0 | 1010110 | 11000 | 1000000 | 1001100 | 101100 |
Color Harmonies of #B7C31B
Complementary color
Monochromatic Colors of #B7C31B
Black with #B7C31B
Text Example
Text Example
White with #B7C31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C31B; }
p { color: rgb(183,195,27); }
H1.HeaderClassName
{
color: #B7C31B;
}
.AnyTagClassName
{
color: #B7C31B;
}
</style>
background-color css
<style>
a { background-color: #B7C31B; }
a { background-color: rgb(183,195,27); }
div.DivClassName
{
background-color: #B7C31B;
}
.BgClassName
{
background-color: #B7C31B;
}
</style>
border-color css
<style>
span { border-color: #B7C31B; }
span { border-color: rgb(183,195,27); }
td.TdClassName
{
border-color: #B7C31B;
}
.TagClassName
{
border-color: #B7C31B;
}
</style>