Shades of Rio Grande #BBC620
Tints of Rio Grande #BBC620
RGB
CMYK
RGB Variations
Color information
#BBC620 (or 0xBBC620) is known color: Rio Grande. HEX triplet: BB, C6 and 20. RGB value is (187,198,32). Sum of RGB (Red+Green+Blue) = 187+198+32=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC620 is #4439DF. Grayscale: #B0B0B0. Windows color (decimal): -4471264 or 2148027. OLE color: 2148027.
HSL color Cylindrical-coordinate representation of color #BBC620: hue angle of 63.98º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBC620 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 32 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.22 |
| HSL | 63.98º | 0.72% | 0.45% | - |
| HSV(B) | 63.98º | 0.84% | 0.78% | - |
| XYZ | 40.95 | 51.06 | 9.06 | - |
| YUV | 175.79 | 46.86 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 32 | 0.06 | 0 | 0.84 | 0.22 | 63.98 | 0.72 | 0.45 |
| Hex | BB | C6 | 20 | 6 | 0 | 54 | 16 | 40 | 48 | 2D |
| Octal | 273 | 306 | 40 | 6 | 0 | 124 | 26 | 100 | 110 | 55 |
| Binary | 10111011 | 11000110 | 100000 | 110 | 0 | 1010100 | 10110 | 1000000 | 1001000 | 101101 |
Color Harmonies of #BBC620
Complementary color
Monochromatic Colors of #BBC620
Black with #BBC620
Text Example
Text Example
White with #BBC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC620; }
p { color: rgb(187,198,32); }
H1.HeaderClassName
{
color: #BBC620;
}
.AnyTagClassName
{
color: #BBC620;
}
</style>
background-color css
<style>
a { background-color: #BBC620; }
a { background-color: rgb(187,198,32); }
div.DivClassName
{
background-color: #BBC620;
}
.BgClassName
{
background-color: #BBC620;
}
</style>
border-color css
<style>
span { border-color: #BBC620; }
span { border-color: rgb(187,198,32); }
td.TdClassName
{
border-color: #BBC620;
}
.TagClassName
{
border-color: #BBC620;
}
</style>