Shades of Rio Grande #BBC21A
Tints of Rio Grande #BBC21A
RGB
CMYK
RGB Variations
Color information
#BBC21A (or 0xBBC21A) is known color: Rio Grande. HEX triplet: BB, C2 and 1A. RGB value is (187,194,26). Sum of RGB (Red+Green+Blue) = 187+194+26=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC21A is #443DE5. Grayscale: #ADADAD. Windows color (decimal): -4472294 or 1753787. OLE color: 1753787.
HSL color Cylindrical-coordinate representation of color #BBC21A: hue angle of 62.5º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBC21A is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 26 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.24 |
| HSL | 62.5º | 0.76% | 0.43% | - |
| HSV(B) | 62.5º | 0.87% | 0.76% | - |
| XYZ | 39.97 | 49.22 | 8.37 | - |
| YUV | 172.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 26 | 0.04 | 0 | 0.87 | 0.24 | 62.5 | 0.76 | 0.43 |
| Hex | BB | C2 | 1A | 4 | 0 | 57 | 18 | 3F | 4C | 2B |
| Octal | 273 | 302 | 32 | 4 | 0 | 127 | 30 | 77 | 114 | 53 |
| Binary | 10111011 | 11000010 | 11010 | 100 | 0 | 1010111 | 11000 | 111111 | 1001100 | 101011 |
Color Harmonies of #BBC21A
Complementary color
Monochromatic Colors of #BBC21A
Black with #BBC21A
Text Example
Text Example
White with #BBC21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC21A; }
p { color: rgb(187,194,26); }
H1.HeaderClassName
{
color: #BBC21A;
}
.AnyTagClassName
{
color: #BBC21A;
}
</style>
background-color css
<style>
a { background-color: #BBC21A; }
a { background-color: rgb(187,194,26); }
div.DivClassName
{
background-color: #BBC21A;
}
.BgClassName
{
background-color: #BBC21A;
}
</style>
border-color css
<style>
span { border-color: #BBC21A; }
span { border-color: rgb(187,194,26); }
td.TdClassName
{
border-color: #BBC21A;
}
.TagClassName
{
border-color: #BBC21A;
}
</style>