Shades of Rio Grande #B6C717
Tints of Rio Grande #B6C717
RGB
CMYK
RGB Variations
Color information
#B6C717 (or 0xB6C717) is known color: Rio Grande. HEX triplet: B6, C7 and 17. RGB value is (182,199,23). Sum of RGB (Red+Green+Blue) = 182+199+23=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C717 is #4938E8. Grayscale: #AEAEAE. Windows color (decimal): -4798697 or 1558454. OLE color: 1558454.
HSL color Cylindrical-coordinate representation of color #B6C717: hue angle of 65.8º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6C717 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 199 | 23 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.22 |
| HSL | 65.8º | 0.79% | 0.44% | - |
| HSV(B) | 65.8º | 0.88% | 0.78% | - |
| XYZ | 39.87 | 50.85 | 8.53 | - |
| YUV | 173.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 199 | 23 | 0.09 | 0 | 0.88 | 0.22 | 65.8 | 0.79 | 0.44 |
| Hex | B6 | C7 | 17 | 9 | 0 | 58 | 16 | 42 | 4F | 2C |
| Octal | 266 | 307 | 27 | 11 | 0 | 130 | 26 | 102 | 117 | 54 |
| Binary | 10110110 | 11000111 | 10111 | 1001 | 0 | 1011000 | 10110 | 1000010 | 1001111 | 101100 |
Color Harmonies of #B6C717
Complementary color
Monochromatic Colors of #B6C717
Black with #B6C717
Text Example
Text Example
White with #B6C717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C717; }
p { color: rgb(182,199,23); }
H1.HeaderClassName
{
color: #B6C717;
}
.AnyTagClassName
{
color: #B6C717;
}
</style>
background-color css
<style>
a { background-color: #B6C717; }
a { background-color: rgb(182,199,23); }
div.DivClassName
{
background-color: #B6C717;
}
.BgClassName
{
background-color: #B6C717;
}
</style>
border-color css
<style>
span { border-color: #B6C717; }
span { border-color: rgb(182,199,23); }
td.TdClassName
{
border-color: #B6C717;
}
.TagClassName
{
border-color: #B6C717;
}
</style>