Shades of Rio Grande #BBC515
Tints of Rio Grande #BBC515
RGB
CMYK
RGB Variations
Color information
#BBC515 (or 0xBBC515) is known color: Rio Grande. HEX triplet: BB, C5 and 15. RGB value is (187,197,21). Sum of RGB (Red+Green+Blue) = 187+197+21=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC515 is #443AEA. Grayscale: #AEAEAE. Windows color (decimal): -4471531 or 1426875. OLE color: 1426875.
HSL color Cylindrical-coordinate representation of color #BBC515: hue angle of 63.41º degrees, saturation: 0.81, 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 #BBC515 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 21 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.23 |
| HSL | 63.41º | 0.81% | 0.43% | - |
| HSV(B) | 63.41º | 0.89% | 0.77% | - |
| XYZ | 40.6 | 50.55 | 8.33 | - |
| YUV | 173.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 21 | 0.05 | 0 | 0.89 | 0.23 | 63.41 | 0.81 | 0.43 |
| Hex | BB | C5 | 15 | 5 | 0 | 59 | 17 | 3F | 51 | 2B |
| Octal | 273 | 305 | 25 | 5 | 0 | 131 | 27 | 77 | 121 | 53 |
| Binary | 10111011 | 11000101 | 10101 | 101 | 0 | 1011001 | 10111 | 111111 | 1010001 | 101011 |
Color Harmonies of #BBC515
Complementary color
Monochromatic Colors of #BBC515
Black with #BBC515
Text Example
Text Example
White with #BBC515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC515; }
p { color: rgb(187,197,21); }
H1.HeaderClassName
{
color: #BBC515;
}
.AnyTagClassName
{
color: #BBC515;
}
</style>
background-color css
<style>
a { background-color: #BBC515; }
a { background-color: rgb(187,197,21); }
div.DivClassName
{
background-color: #BBC515;
}
.BgClassName
{
background-color: #BBC515;
}
</style>
border-color css
<style>
span { border-color: #BBC515; }
span { border-color: rgb(187,197,21); }
td.TdClassName
{
border-color: #BBC515;
}
.TagClassName
{
border-color: #BBC515;
}
</style>