Shades of Rio Grande #BBC514
Tints of Rio Grande #BBC514
RGB
CMYK
RGB Variations
Color information
#BBC514 (or 0xBBC514) is known color: Rio Grande. HEX triplet: BB, C5 and 14. RGB value is (187,197,20). Sum of RGB (Red+Green+Blue) = 187+197+20=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC514 is #443AEB. Grayscale: #AEAEAE. Windows color (decimal): -4471532 or 1361339. OLE color: 1361339.
HSL color Cylindrical-coordinate representation of color #BBC514: hue angle of 63.39º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC514 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 20 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.23 |
| HSL | 63.39º | 0.82% | 0.43% | - |
| HSV(B) | 63.39º | 0.9% | 0.77% | - |
| XYZ | 40.59 | 50.55 | 8.28 | - |
| YUV | 173.83 | 41.19 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 20 | 0.05 | 0 | 0.90 | 0.23 | 63.39 | 0.82 | 0.43 |
| Hex | BB | C5 | 14 | 5 | 0 | 5A | 17 | 3F | 52 | 2B |
| Octal | 273 | 305 | 24 | 5 | 0 | 132 | 27 | 77 | 122 | 53 |
| Binary | 10111011 | 11000101 | 10100 | 101 | 0 | 1011010 | 10111 | 111111 | 1010010 | 101011 |
Color Harmonies of #BBC514
Complementary color
Monochromatic Colors of #BBC514
Black with #BBC514
Text Example
Text Example
White with #BBC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC514; }
p { color: rgb(187,197,20); }
H1.HeaderClassName
{
color: #BBC514;
}
.AnyTagClassName
{
color: #BBC514;
}
</style>
background-color css
<style>
a { background-color: #BBC514; }
a { background-color: rgb(187,197,20); }
div.DivClassName
{
background-color: #BBC514;
}
.BgClassName
{
background-color: #BBC514;
}
</style>
border-color css
<style>
span { border-color: #BBC514; }
span { border-color: rgb(187,197,20); }
td.TdClassName
{
border-color: #BBC514;
}
.TagClassName
{
border-color: #BBC514;
}
</style>