Shades of Rio Grande #B7CE16
Tints of Rio Grande #B7CE16
RGB
CMYK
RGB Variations
Color information
#B7CE16 (or 0xB7CE16) is known color: Rio Grande. HEX triplet: B7, CE and 16. RGB value is (183,206,22). Sum of RGB (Red+Green+Blue) = 183+206+22=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CE16 is #4831E9. Grayscale: #B2B2B2. Windows color (decimal): -4731370 or 1494711. OLE color: 1494711.
HSL color Cylindrical-coordinate representation of color #B7CE16: hue angle of 67.5º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7CE16 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 22 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.19 |
| HSL | 67.5º | 0.81% | 0.45% | - |
| HSV(B) | 67.5º | 0.89% | 0.81% | - |
| XYZ | 41.74 | 54.27 | 9.03 | - |
| YUV | 178.15 | 39.88 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 22 | 0.11 | 0 | 0.89 | 0.19 | 67.5 | 0.81 | 0.45 |
| Hex | B7 | CE | 16 | B | 0 | 59 | 13 | 44 | 51 | 2D |
| Octal | 267 | 316 | 26 | 13 | 0 | 131 | 23 | 104 | 121 | 55 |
| Binary | 10110111 | 11001110 | 10110 | 1011 | 0 | 1011001 | 10011 | 1000100 | 1010001 | 101101 |
Color Harmonies of #B7CE16
Complementary color
Monochromatic Colors of #B7CE16
Black with #B7CE16
Text Example
Text Example
White with #B7CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE16; }
p { color: rgb(183,206,22); }
H1.HeaderClassName
{
color: #B7CE16;
}
.AnyTagClassName
{
color: #B7CE16;
}
</style>
background-color css
<style>
a { background-color: #B7CE16; }
a { background-color: rgb(183,206,22); }
div.DivClassName
{
background-color: #B7CE16;
}
.BgClassName
{
background-color: #B7CE16;
}
</style>
border-color css
<style>
span { border-color: #B7CE16; }
span { border-color: rgb(183,206,22); }
td.TdClassName
{
border-color: #B7CE16;
}
.TagClassName
{
border-color: #B7CE16;
}
</style>