Shades of Rio Grande #BBC416
Tints of Rio Grande #BBC416
RGB
CMYK
RGB Variations
Color information
#BBC416 (or 0xBBC416) is known color: Rio Grande. HEX triplet: BB, C4 and 16. RGB value is (187,196,22). Sum of RGB (Red+Green+Blue) = 187+196+22=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC416 is #443BE9. Grayscale: #AEAEAE. Windows color (decimal): -4471786 or 1492155. OLE color: 1492155.
HSL color Cylindrical-coordinate representation of color #BBC416: hue angle of 63.1º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBC416 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 22 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.23 |
| HSL | 63.1º | 0.8% | 0.43% | - |
| HSV(B) | 63.1º | 0.89% | 0.77% | - |
| XYZ | 40.38 | 50.1 | 8.3 | - |
| YUV | 173.47 | 42.52 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 22 | 0.05 | 0 | 0.89 | 0.23 | 63.1 | 0.8 | 0.43 |
| Hex | BB | C4 | 16 | 5 | 0 | 59 | 17 | 3F | 50 | 2B |
| Octal | 273 | 304 | 26 | 5 | 0 | 131 | 27 | 77 | 120 | 53 |
| Binary | 10111011 | 11000100 | 10110 | 101 | 0 | 1011001 | 10111 | 111111 | 1010000 | 101011 |
Color Harmonies of #BBC416
Complementary color
Monochromatic Colors of #BBC416
Black with #BBC416
Text Example
Text Example
White with #BBC416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC416; }
p { color: rgb(187,196,22); }
H1.HeaderClassName
{
color: #BBC416;
}
.AnyTagClassName
{
color: #BBC416;
}
</style>
background-color css
<style>
a { background-color: #BBC416; }
a { background-color: rgb(187,196,22); }
div.DivClassName
{
background-color: #BBC416;
}
.BgClassName
{
background-color: #BBC416;
}
</style>
border-color css
<style>
span { border-color: #BBC416; }
span { border-color: rgb(187,196,22); }
td.TdClassName
{
border-color: #BBC416;
}
.TagClassName
{
border-color: #BBC416;
}
</style>