Shades of Rio Grande #BBC11A
Tints of Rio Grande #BBC11A
RGB
CMYK
RGB Variations
Color information
#BBC11A (or 0xBBC11A) is known color: Rio Grande. HEX triplet: BB, C1 and 1A. RGB value is (187,193,26). Sum of RGB (Red+Green+Blue) = 187+193+26=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC11A is #443EE5. Grayscale: #ACACAC. Windows color (decimal): -4472550 or 1753531. OLE color: 1753531.
HSL color Cylindrical-coordinate representation of color #BBC11A: hue angle of 62.16º 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 #BBC11A is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 26 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.24 |
| HSL | 62.16º | 0.76% | 0.43% | - |
| HSV(B) | 62.16º | 0.87% | 0.76% | - |
| XYZ | 39.75 | 48.78 | 8.3 | - |
| YUV | 172.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 26 | 0.03 | 0 | 0.87 | 0.24 | 62.16 | 0.76 | 0.43 |
| Hex | BB | C1 | 1A | 3 | 0 | 57 | 18 | 3E | 4C | 2B |
| Octal | 273 | 301 | 32 | 3 | 0 | 127 | 30 | 76 | 114 | 53 |
| Binary | 10111011 | 11000001 | 11010 | 11 | 0 | 1010111 | 11000 | 111110 | 1001100 | 101011 |
Color Harmonies of #BBC11A
Complementary color
Monochromatic Colors of #BBC11A
Black with #BBC11A
Text Example
Text Example
White with #BBC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC11A; }
p { color: rgb(187,193,26); }
H1.HeaderClassName
{
color: #BBC11A;
}
.AnyTagClassName
{
color: #BBC11A;
}
</style>
background-color css
<style>
a { background-color: #BBC11A; }
a { background-color: rgb(187,193,26); }
div.DivClassName
{
background-color: #BBC11A;
}
.BgClassName
{
background-color: #BBC11A;
}
</style>
border-color css
<style>
span { border-color: #BBC11A; }
span { border-color: rgb(187,193,26); }
td.TdClassName
{
border-color: #BBC11A;
}
.TagClassName
{
border-color: #BBC11A;
}
</style>