Shades of Rio Grande #BBC517
Tints of Rio Grande #BBC517
RGB
CMYK
RGB Variations
Color information
#BBC517 (or 0xBBC517) is known color: Rio Grande. HEX triplet: BB, C5 and 17. RGB value is (187,197,23). Sum of RGB (Red+Green+Blue) = 187+197+23=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC517 is #443AE8. Grayscale: #AEAEAE. Windows color (decimal): -4471529 or 1557947. OLE color: 1557947.
HSL color Cylindrical-coordinate representation of color #BBC517: hue angle of 63.45º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBC517 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 23 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.23 |
| HSL | 63.45º | 0.79% | 0.43% | - |
| HSV(B) | 63.45º | 0.88% | 0.77% | - |
| XYZ | 40.61 | 50.56 | 8.43 | - |
| YUV | 174.17 | 42.69 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 23 | 0.05 | 0 | 0.88 | 0.23 | 63.45 | 0.79 | 0.43 |
| Hex | BB | C5 | 17 | 5 | 0 | 58 | 17 | 3F | 4F | 2B |
| Octal | 273 | 305 | 27 | 5 | 0 | 130 | 27 | 77 | 117 | 53 |
| Binary | 10111011 | 11000101 | 10111 | 101 | 0 | 1011000 | 10111 | 111111 | 1001111 | 101011 |
Color Harmonies of #BBC517
Complementary color
Monochromatic Colors of #BBC517
Black with #BBC517
Text Example
Text Example
White with #BBC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC517; }
p { color: rgb(187,197,23); }
H1.HeaderClassName
{
color: #BBC517;
}
.AnyTagClassName
{
color: #BBC517;
}
</style>
background-color css
<style>
a { background-color: #BBC517; }
a { background-color: rgb(187,197,23); }
div.DivClassName
{
background-color: #BBC517;
}
.BgClassName
{
background-color: #BBC517;
}
</style>
border-color css
<style>
span { border-color: #BBC517; }
span { border-color: rgb(187,197,23); }
td.TdClassName
{
border-color: #BBC517;
}
.TagClassName
{
border-color: #BBC517;
}
</style>