Shades of Rio Grande #BBC020
Tints of Rio Grande #BBC020
RGB
CMYK
RGB Variations
Color information
#BBC020 (or 0xBBC020) is known color: Rio Grande. HEX triplet: BB, C0 and 20. RGB value is (187,192,32). Sum of RGB (Red+Green+Blue) = 187+192+32=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC020 is #443FDF. Grayscale: #ACACAC. Windows color (decimal): -4472800 or 2146491. OLE color: 2146491.
HSL color Cylindrical-coordinate representation of color #BBC020: hue angle of 61.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC020 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 32 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.25 |
| HSL | 61.88º | 0.71% | 0.44% | - |
| HSV(B) | 61.88º | 0.83% | 0.75% | - |
| XYZ | 39.6 | 48.37 | 8.62 | - |
| YUV | 172.27 | 48.84 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 32 | 0.03 | 0 | 0.83 | 0.25 | 61.88 | 0.71 | 0.44 |
| Hex | BB | C0 | 20 | 3 | 0 | 53 | 19 | 3E | 47 | 2C |
| Octal | 273 | 300 | 40 | 3 | 0 | 123 | 31 | 76 | 107 | 54 |
| Binary | 10111011 | 11000000 | 100000 | 11 | 0 | 1010011 | 11001 | 111110 | 1000111 | 101100 |
Color Harmonies of #BBC020
Complementary color
Monochromatic Colors of #BBC020
Black with #BBC020
Text Example
Text Example
White with #BBC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC020; }
p { color: rgb(187,192,32); }
H1.HeaderClassName
{
color: #BBC020;
}
.AnyTagClassName
{
color: #BBC020;
}
</style>
background-color css
<style>
a { background-color: #BBC020; }
a { background-color: rgb(187,192,32); }
div.DivClassName
{
background-color: #BBC020;
}
.BgClassName
{
background-color: #BBC020;
}
</style>
border-color css
<style>
span { border-color: #BBC020; }
span { border-color: rgb(187,192,32); }
td.TdClassName
{
border-color: #BBC020;
}
.TagClassName
{
border-color: #BBC020;
}
</style>