Shades of Rio Grande #BBC821
Tints of Rio Grande #BBC821
RGB
CMYK
RGB Variations
Color information
#BBC821 (or 0xBBC821) is known color: Rio Grande. HEX triplet: BB, C8 and 21. RGB value is (187,200,33). Sum of RGB (Red+Green+Blue) = 187+200+33=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC821 is #4437DE. Grayscale: #B1B1B1. Windows color (decimal): -4470751 or 2214075. OLE color: 2214075.
HSL color Cylindrical-coordinate representation of color #BBC821: hue angle of 64.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC821 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 33 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.22 |
| HSL | 64.67º | 0.72% | 0.46% | - |
| HSV(B) | 64.67º | 0.84% | 0.78% | - |
| XYZ | 41.42 | 51.98 | 9.29 | - |
| YUV | 177.08 | 46.69 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 33 | 0.06 | 0 | 0.84 | 0.22 | 64.67 | 0.72 | 0.46 |
| Hex | BB | C8 | 21 | 6 | 0 | 54 | 16 | 41 | 48 | 2E |
| Octal | 273 | 310 | 41 | 6 | 0 | 124 | 26 | 101 | 110 | 56 |
| Binary | 10111011 | 11001000 | 100001 | 110 | 0 | 1010100 | 10110 | 1000001 | 1001000 | 101110 |
Color Harmonies of #BBC821
Complementary color
Monochromatic Colors of #BBC821
Black with #BBC821
Text Example
Text Example
White with #BBC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC821; }
p { color: rgb(187,200,33); }
H1.HeaderClassName
{
color: #BBC821;
}
.AnyTagClassName
{
color: #BBC821;
}
</style>
background-color css
<style>
a { background-color: #BBC821; }
a { background-color: rgb(187,200,33); }
div.DivClassName
{
background-color: #BBC821;
}
.BgClassName
{
background-color: #BBC821;
}
</style>
border-color css
<style>
span { border-color: #BBC821; }
span { border-color: rgb(187,200,33); }
td.TdClassName
{
border-color: #BBC821;
}
.TagClassName
{
border-color: #BBC821;
}
</style>