Shades of Rio Grande #B7C027
Tints of Rio Grande #B7C027
RGB
CMYK
RGB Variations
Color information
#B7C027 (or 0xB7C027) is known color: Rio Grande. HEX triplet: B7, C0 and 27. RGB value is (183,192,39). Sum of RGB (Red+Green+Blue) = 183+192+39=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C027 is #483FD8. Grayscale: #ACACAC. Windows color (decimal): -4734937 or 2605239. OLE color: 2605239.
HSL color Cylindrical-coordinate representation of color #B7C027: hue angle of 63.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7C027 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 39 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.25 |
| HSL | 63.53º | 0.66% | 0.45% | - |
| HSV(B) | 63.53º | 0.8% | 0.75% | - |
| XYZ | 38.74 | 47.91 | 9.13 | - |
| YUV | 171.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 39 | 0.05 | 0 | 0.80 | 0.25 | 63.53 | 0.66 | 0.45 |
| Hex | B7 | C0 | 27 | 5 | 0 | 50 | 19 | 40 | 42 | 2D |
| Octal | 267 | 300 | 47 | 5 | 0 | 120 | 31 | 100 | 102 | 55 |
| Binary | 10110111 | 11000000 | 100111 | 101 | 0 | 1010000 | 11001 | 1000000 | 1000010 | 101101 |
Color Harmonies of #B7C027
Complementary color
Monochromatic Colors of #B7C027
Black with #B7C027
Text Example
Text Example
White with #B7C027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C027; }
p { color: rgb(183,192,39); }
H1.HeaderClassName
{
color: #B7C027;
}
.AnyTagClassName
{
color: #B7C027;
}
</style>
background-color css
<style>
a { background-color: #B7C027; }
a { background-color: rgb(183,192,39); }
div.DivClassName
{
background-color: #B7C027;
}
.BgClassName
{
background-color: #B7C027;
}
</style>
border-color css
<style>
span { border-color: #B7C027; }
span { border-color: rgb(183,192,39); }
td.TdClassName
{
border-color: #B7C027;
}
.TagClassName
{
border-color: #B7C027;
}
</style>