Shades of Rio Grande #B7C428
Tints of Rio Grande #B7C428
RGB
CMYK
RGB Variations
Color information
#B7C428 (or 0xB7C428) is known color: Rio Grande. HEX triplet: B7, C4 and 28. RGB value is (183,196,40). Sum of RGB (Red+Green+Blue) = 183+196+40=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C428 is #483BD7. Grayscale: #AEAEAE. Windows color (decimal): -4733912 or 2671799. OLE color: 2671799.
HSL color Cylindrical-coordinate representation of color #B7C428: hue angle of 65º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7C428 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 40 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.23 |
| HSL | 65º | 0.66% | 0.46% | - |
| HSV(B) | 65º | 0.8% | 0.77% | - |
| XYZ | 39.65 | 49.7 | 9.51 | - |
| YUV | 174.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 40 | 0.07 | 0 | 0.80 | 0.23 | 65 | 0.66 | 0.46 |
| Hex | B7 | C4 | 28 | 7 | 0 | 50 | 17 | 41 | 42 | 2E |
| Octal | 267 | 304 | 50 | 7 | 0 | 120 | 27 | 101 | 102 | 56 |
| Binary | 10110111 | 11000100 | 101000 | 111 | 0 | 1010000 | 10111 | 1000001 | 1000010 | 101110 |
Color Harmonies of #B7C428
Complementary color
Monochromatic Colors of #B7C428
Black with #B7C428
Text Example
Text Example
White with #B7C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C428; }
p { color: rgb(183,196,40); }
H1.HeaderClassName
{
color: #B7C428;
}
.AnyTagClassName
{
color: #B7C428;
}
</style>
background-color css
<style>
a { background-color: #B7C428; }
a { background-color: rgb(183,196,40); }
div.DivClassName
{
background-color: #B7C428;
}
.BgClassName
{
background-color: #B7C428;
}
</style>
border-color css
<style>
span { border-color: #B7C428; }
span { border-color: rgb(183,196,40); }
td.TdClassName
{
border-color: #B7C428;
}
.TagClassName
{
border-color: #B7C428;
}
</style>