Shades of Rio Grande #BBC616
Tints of Rio Grande #BBC616
RGB
CMYK
RGB Variations
Color information
#BBC616 (or 0xBBC616) is known color: Rio Grande. HEX triplet: BB, C6 and 16. RGB value is (187,198,22). Sum of RGB (Red+Green+Blue) = 187+198+22=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC616 is #4439E9. Grayscale: #AFAFAF. Windows color (decimal): -4471274 or 1492667. OLE color: 1492667.
HSL color Cylindrical-coordinate representation of color #BBC616: hue angle of 63.75º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBC616 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 22 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.22 |
| HSL | 63.75º | 0.8% | 0.43% | - |
| HSV(B) | 63.75º | 0.89% | 0.78% | - |
| XYZ | 40.83 | 51.01 | 8.45 | - |
| YUV | 174.65 | 41.86 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 22 | 0.06 | 0 | 0.89 | 0.22 | 63.75 | 0.8 | 0.43 |
| Hex | BB | C6 | 16 | 6 | 0 | 59 | 16 | 40 | 50 | 2B |
| Octal | 273 | 306 | 26 | 6 | 0 | 131 | 26 | 100 | 120 | 53 |
| Binary | 10111011 | 11000110 | 10110 | 110 | 0 | 1011001 | 10110 | 1000000 | 1010000 | 101011 |
Color Harmonies of #BBC616
Complementary color
Monochromatic Colors of #BBC616
Black with #BBC616
Text Example
Text Example
White with #BBC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC616; }
p { color: rgb(187,198,22); }
H1.HeaderClassName
{
color: #BBC616;
}
.AnyTagClassName
{
color: #BBC616;
}
</style>
background-color css
<style>
a { background-color: #BBC616; }
a { background-color: rgb(187,198,22); }
div.DivClassName
{
background-color: #BBC616;
}
.BgClassName
{
background-color: #BBC616;
}
</style>
border-color css
<style>
span { border-color: #BBC616; }
span { border-color: rgb(187,198,22); }
td.TdClassName
{
border-color: #BBC616;
}
.TagClassName
{
border-color: #BBC616;
}
</style>