Shades of Rio Grande #BBC11F
Tints of Rio Grande #BBC11F
RGB
CMYK
RGB Variations
Color information
#BBC11F (or 0xBBC11F) is known color: Rio Grande. HEX triplet: BB, C1 and 1F. RGB value is (187,193,31). Sum of RGB (Red+Green+Blue) = 187+193+31=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC11F is #443EE0. Grayscale: #ADADAD. Windows color (decimal): -4472545 or 2081211. OLE color: 2081211.
HSL color Cylindrical-coordinate representation of color #BBC11F: hue angle of 62.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBC11F is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 31 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.24 |
| HSL | 62.22º | 0.72% | 0.44% | - |
| HSV(B) | 62.22º | 0.84% | 0.76% | - |
| XYZ | 39.81 | 48.8 | 8.62 | - |
| YUV | 172.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 31 | 0.03 | 0 | 0.84 | 0.24 | 62.22 | 0.72 | 0.44 |
| Hex | BB | C1 | 1F | 3 | 0 | 54 | 18 | 3E | 48 | 2C |
| Octal | 273 | 301 | 37 | 3 | 0 | 124 | 30 | 76 | 110 | 54 |
| Binary | 10111011 | 11000001 | 11111 | 11 | 0 | 1010100 | 11000 | 111110 | 1001000 | 101100 |
Color Harmonies of #BBC11F
Complementary color
Monochromatic Colors of #BBC11F
Black with #BBC11F
Text Example
Text Example
White with #BBC11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC11F; }
p { color: rgb(187,193,31); }
H1.HeaderClassName
{
color: #BBC11F;
}
.AnyTagClassName
{
color: #BBC11F;
}
</style>
background-color css
<style>
a { background-color: #BBC11F; }
a { background-color: rgb(187,193,31); }
div.DivClassName
{
background-color: #BBC11F;
}
.BgClassName
{
background-color: #BBC11F;
}
</style>
border-color css
<style>
span { border-color: #BBC11F; }
span { border-color: rgb(187,193,31); }
td.TdClassName
{
border-color: #BBC11F;
}
.TagClassName
{
border-color: #BBC11F;
}
</style>