Shades of Rio Grande #B7C127
Tints of Rio Grande #B7C127
RGB
CMYK
RGB Variations
Color information
#B7C127 (or 0xB7C127) is known color: Rio Grande. HEX triplet: B7, C1 and 27. RGB value is (183,193,39). Sum of RGB (Red+Green+Blue) = 183+193+39=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C127 is #483ED8. Grayscale: #ADADAD. Windows color (decimal): -4734681 or 2605495. OLE color: 2605495.
HSL color Cylindrical-coordinate representation of color #B7C127: hue angle of 63.9º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7C127 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 39 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.24 |
| HSL | 63.9º | 0.66% | 0.45% | - |
| HSV(B) | 63.9º | 0.8% | 0.76% | - |
| XYZ | 38.96 | 48.35 | 9.2 | - |
| YUV | 172.45 | 52.69 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 39 | 0.05 | 0 | 0.80 | 0.24 | 63.9 | 0.66 | 0.45 |
| Hex | B7 | C1 | 27 | 5 | 0 | 50 | 18 | 40 | 42 | 2D |
| Octal | 267 | 301 | 47 | 5 | 0 | 120 | 30 | 100 | 102 | 55 |
| Binary | 10110111 | 11000001 | 100111 | 101 | 0 | 1010000 | 11000 | 1000000 | 1000010 | 101101 |
Color Harmonies of #B7C127
Complementary color
Monochromatic Colors of #B7C127
Black with #B7C127
Text Example
Text Example
White with #B7C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C127; }
p { color: rgb(183,193,39); }
H1.HeaderClassName
{
color: #B7C127;
}
.AnyTagClassName
{
color: #B7C127;
}
</style>
background-color css
<style>
a { background-color: #B7C127; }
a { background-color: rgb(183,193,39); }
div.DivClassName
{
background-color: #B7C127;
}
.BgClassName
{
background-color: #B7C127;
}
</style>
border-color css
<style>
span { border-color: #B7C127; }
span { border-color: rgb(183,193,39); }
td.TdClassName
{
border-color: #B7C127;
}
.TagClassName
{
border-color: #B7C127;
}
</style>