Shades of Rio Grande #BBC11C
Tints of Rio Grande #BBC11C
RGB
CMYK
RGB Variations
Color information
#BBC11C (or 0xBBC11C) is known color: Rio Grande. HEX triplet: BB, C1 and 1C. RGB value is (187,193,28). Sum of RGB (Red+Green+Blue) = 187+193+28=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC11C is #443EE3. Grayscale: #ADADAD. Windows color (decimal): -4472548 or 1884603. OLE color: 1884603.
HSL color Cylindrical-coordinate representation of color #BBC11C: hue angle of 62.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBC11C is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 28 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.24 |
| HSL | 62.18º | 0.75% | 0.43% | - |
| HSV(B) | 62.18º | 0.85% | 0.76% | - |
| XYZ | 39.77 | 48.79 | 8.42 | - |
| YUV | 172.4 | 46.51 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 28 | 0.03 | 0 | 0.85 | 0.24 | 62.18 | 0.75 | 0.43 |
| Hex | BB | C1 | 1C | 3 | 0 | 55 | 18 | 3E | 4B | 2B |
| Octal | 273 | 301 | 34 | 3 | 0 | 125 | 30 | 76 | 113 | 53 |
| Binary | 10111011 | 11000001 | 11100 | 11 | 0 | 1010101 | 11000 | 111110 | 1001011 | 101011 |
Color Harmonies of #BBC11C
Complementary color
Monochromatic Colors of #BBC11C
Black with #BBC11C
Text Example
Text Example
White with #BBC11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC11C; }
p { color: rgb(187,193,28); }
H1.HeaderClassName
{
color: #BBC11C;
}
.AnyTagClassName
{
color: #BBC11C;
}
</style>
background-color css
<style>
a { background-color: #BBC11C; }
a { background-color: rgb(187,193,28); }
div.DivClassName
{
background-color: #BBC11C;
}
.BgClassName
{
background-color: #BBC11C;
}
</style>
border-color css
<style>
span { border-color: #BBC11C; }
span { border-color: rgb(187,193,28); }
td.TdClassName
{
border-color: #BBC11C;
}
.TagClassName
{
border-color: #BBC11C;
}
</style>