Shades of Rio Grande #B6CF11
Tints of Rio Grande #B6CF11
RGB
CMYK
RGB Variations
Color information
#B6CF11 (or 0xB6CF11) is known color: Rio Grande. HEX triplet: B6, CF and 11. RGB value is (182,207,17). Sum of RGB (Red+Green+Blue) = 182+207+17=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CF11 is #4930EE. Grayscale: #B2B2B2. Windows color (decimal): -4796655 or 1167286. OLE color: 1167286.
HSL color Cylindrical-coordinate representation of color #B6CF11: hue angle of 67.89º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6CF11 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 207 | 17 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.19 |
| HSL | 67.89º | 0.85% | 0.44% | - |
| HSV(B) | 67.89º | 0.92% | 0.81% | - |
| XYZ | 41.71 | 54.61 | 8.87 | - |
| YUV | 177.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 17 | 0.12 | 0 | 0.92 | 0.19 | 67.89 | 0.85 | 0.44 |
| Hex | B6 | CF | 11 | C | 0 | 5C | 13 | 44 | 55 | 2C |
| Octal | 266 | 317 | 21 | 14 | 0 | 134 | 23 | 104 | 125 | 54 |
| Binary | 10110110 | 11001111 | 10001 | 1100 | 0 | 1011100 | 10011 | 1000100 | 1010101 | 101100 |
Color Harmonies of #B6CF11
Complementary color
Monochromatic Colors of #B6CF11
Black with #B6CF11
Text Example
Text Example
White with #B6CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CF11; }
p { color: rgb(182,207,17); }
H1.HeaderClassName
{
color: #B6CF11;
}
.AnyTagClassName
{
color: #B6CF11;
}
</style>
background-color css
<style>
a { background-color: #B6CF11; }
a { background-color: rgb(182,207,17); }
div.DivClassName
{
background-color: #B6CF11;
}
.BgClassName
{
background-color: #B6CF11;
}
</style>
border-color css
<style>
span { border-color: #B6CF11; }
span { border-color: rgb(182,207,17); }
td.TdClassName
{
border-color: #B6CF11;
}
.TagClassName
{
border-color: #B6CF11;
}
</style>