Shades of Rio Grande #BBC716
Tints of Rio Grande #BBC716
RGB
CMYK
RGB Variations
Color information
#BBC716 (or 0xBBC716) is known color: Rio Grande. HEX triplet: BB, C7 and 16. RGB value is (187,199,22). Sum of RGB (Red+Green+Blue) = 187+199+22=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC716 is #4438E9. Grayscale: #AFAFAF. Windows color (decimal): -4471018 or 1492923. OLE color: 1492923.
HSL color Cylindrical-coordinate representation of color #BBC716: hue angle of 64.07º 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 #BBC716 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 22 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.22 |
| HSL | 64.07º | 0.8% | 0.43% | - |
| HSV(B) | 64.07º | 0.89% | 0.78% | - |
| XYZ | 41.06 | 51.47 | 8.53 | - |
| YUV | 175.23 | 41.52 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 22 | 0.06 | 0 | 0.89 | 0.22 | 64.07 | 0.8 | 0.43 |
| Hex | BB | C7 | 16 | 6 | 0 | 59 | 16 | 40 | 50 | 2B |
| Octal | 273 | 307 | 26 | 6 | 0 | 131 | 26 | 100 | 120 | 53 |
| Binary | 10111011 | 11000111 | 10110 | 110 | 0 | 1011001 | 10110 | 1000000 | 1010000 | 101011 |
Color Harmonies of #BBC716
Complementary color
Monochromatic Colors of #BBC716
Black with #BBC716
Text Example
Text Example
White with #BBC716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC716; }
p { color: rgb(187,199,22); }
H1.HeaderClassName
{
color: #BBC716;
}
.AnyTagClassName
{
color: #BBC716;
}
</style>
background-color css
<style>
a { background-color: #BBC716; }
a { background-color: rgb(187,199,22); }
div.DivClassName
{
background-color: #BBC716;
}
.BgClassName
{
background-color: #BBC716;
}
</style>
border-color css
<style>
span { border-color: #BBC716; }
span { border-color: rgb(187,199,22); }
td.TdClassName
{
border-color: #BBC716;
}
.TagClassName
{
border-color: #BBC716;
}
</style>