Shades of Rio Grande #BBC21D
Tints of Rio Grande #BBC21D
RGB
CMYK
RGB Variations
Color information
#BBC21D (or 0xBBC21D) is known color: Rio Grande. HEX triplet: BB, C2 and 1D. RGB value is (187,194,29). Sum of RGB (Red+Green+Blue) = 187+194+29=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC21D is #443DE2. Grayscale: #ADADAD. Windows color (decimal): -4472291 or 1950395. OLE color: 1950395.
HSL color Cylindrical-coordinate representation of color #BBC21D: hue angle of 62.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBC21D is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 29 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.24 |
| HSL | 62.55º | 0.74% | 0.44% | - |
| HSV(B) | 62.55º | 0.85% | 0.76% | - |
| XYZ | 40.01 | 49.24 | 8.56 | - |
| YUV | 173.1 | 46.68 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 29 | 0.04 | 0 | 0.85 | 0.24 | 62.55 | 0.74 | 0.44 |
| Hex | BB | C2 | 1D | 4 | 0 | 55 | 18 | 3F | 4A | 2C |
| Octal | 273 | 302 | 35 | 4 | 0 | 125 | 30 | 77 | 112 | 54 |
| Binary | 10111011 | 11000010 | 11101 | 100 | 0 | 1010101 | 11000 | 111111 | 1001010 | 101100 |
Color Harmonies of #BBC21D
Complementary color
Monochromatic Colors of #BBC21D
Black with #BBC21D
Text Example
Text Example
White with #BBC21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC21D; }
p { color: rgb(187,194,29); }
H1.HeaderClassName
{
color: #BBC21D;
}
.AnyTagClassName
{
color: #BBC21D;
}
</style>
background-color css
<style>
a { background-color: #BBC21D; }
a { background-color: rgb(187,194,29); }
div.DivClassName
{
background-color: #BBC21D;
}
.BgClassName
{
background-color: #BBC21D;
}
</style>
border-color css
<style>
span { border-color: #BBC21D; }
span { border-color: rgb(187,194,29); }
td.TdClassName
{
border-color: #BBC21D;
}
.TagClassName
{
border-color: #BBC21D;
}
</style>