Shades of Rio Grande #BBC11D
Tints of Rio Grande #BBC11D
RGB
CMYK
RGB Variations
Color information
#BBC11D (or 0xBBC11D) is known color: Rio Grande. HEX triplet: BB, C1 and 1D. RGB value is (187,193,29). Sum of RGB (Red+Green+Blue) = 187+193+29=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC11D is #443EE2. Grayscale: #ADADAD. Windows color (decimal): -4472547 or 1950139. OLE color: 1950139.
HSL color Cylindrical-coordinate representation of color #BBC11D: hue angle of 62.2º 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 #BBC11D is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 29 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.24 |
| HSL | 62.2º | 0.74% | 0.44% | - |
| HSV(B) | 62.2º | 0.85% | 0.76% | - |
| XYZ | 39.79 | 48.79 | 8.48 | - |
| YUV | 172.51 | 47.01 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 29 | 0.03 | 0 | 0.85 | 0.24 | 62.2 | 0.74 | 0.44 |
| Hex | BB | C1 | 1D | 3 | 0 | 55 | 18 | 3E | 4A | 2C |
| Octal | 273 | 301 | 35 | 3 | 0 | 125 | 30 | 76 | 112 | 54 |
| Binary | 10111011 | 11000001 | 11101 | 11 | 0 | 1010101 | 11000 | 111110 | 1001010 | 101100 |
Color Harmonies of #BBC11D
Complementary color
Monochromatic Colors of #BBC11D
Black with #BBC11D
Text Example
Text Example
White with #BBC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC11D; }
p { color: rgb(187,193,29); }
H1.HeaderClassName
{
color: #BBC11D;
}
.AnyTagClassName
{
color: #BBC11D;
}
</style>
background-color css
<style>
a { background-color: #BBC11D; }
a { background-color: rgb(187,193,29); }
div.DivClassName
{
background-color: #BBC11D;
}
.BgClassName
{
background-color: #BBC11D;
}
</style>
border-color css
<style>
span { border-color: #BBC11D; }
span { border-color: rgb(187,193,29); }
td.TdClassName
{
border-color: #BBC11D;
}
.TagClassName
{
border-color: #BBC11D;
}
</style>