Shades of Rio Grande #BBC316
Tints of Rio Grande #BBC316
RGB
CMYK
RGB Variations
Color information
#BBC316 (or 0xBBC316) is known color: Rio Grande. HEX triplet: BB, C3 and 16. RGB value is (187,195,22). Sum of RGB (Red+Green+Blue) = 187+195+22=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC316 is #443CE9. Grayscale: #ADADAD. Windows color (decimal): -4472042 or 1491899. OLE color: 1491899.
HSL color Cylindrical-coordinate representation of color #BBC316: hue angle of 62.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBC316 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 22 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.24 |
| HSL | 62.77º | 0.8% | 0.43% | - |
| HSV(B) | 62.77º | 0.89% | 0.76% | - |
| XYZ | 40.15 | 49.65 | 8.23 | - |
| YUV | 172.89 | 42.85 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 22 | 0.04 | 0 | 0.89 | 0.24 | 62.77 | 0.8 | 0.43 |
| Hex | BB | C3 | 16 | 4 | 0 | 59 | 18 | 3F | 50 | 2B |
| Octal | 273 | 303 | 26 | 4 | 0 | 131 | 30 | 77 | 120 | 53 |
| Binary | 10111011 | 11000011 | 10110 | 100 | 0 | 1011001 | 11000 | 111111 | 1010000 | 101011 |
Color Harmonies of #BBC316
Complementary color
Monochromatic Colors of #BBC316
Black with #BBC316
Text Example
Text Example
White with #BBC316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC316; }
p { color: rgb(187,195,22); }
H1.HeaderClassName
{
color: #BBC316;
}
.AnyTagClassName
{
color: #BBC316;
}
</style>
background-color css
<style>
a { background-color: #BBC316; }
a { background-color: rgb(187,195,22); }
div.DivClassName
{
background-color: #BBC316;
}
.BgClassName
{
background-color: #BBC316;
}
</style>
border-color css
<style>
span { border-color: #BBC316; }
span { border-color: rgb(187,195,22); }
td.TdClassName
{
border-color: #BBC316;
}
.TagClassName
{
border-color: #BBC316;
}
</style>