Shades of Rio Grande #BBD611
Tints of Rio Grande #BBD611
RGB
CMYK
RGB Variations
Color information
#BBD611 (or 0xBBD611) is known color: Rio Grande. HEX triplet: BB, D6 and 11. RGB value is (187,214,17). Sum of RGB (Red+Green+Blue) = 187+214+17=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD611 is #4429EE. Grayscale: #B8B8B8. Windows color (decimal): -4467183 or 1169083. OLE color: 1169083.
HSL color Cylindrical-coordinate representation of color #BBD611: hue angle of 68.22º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBD611 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.16 |
| HSL | 68.22º | 0.85% | 0.45% | - |
| HSV(B) | 68.22º | 0.92% | 0.84% | - |
| XYZ | 44.64 | 58.7 | 9.51 | - |
| YUV | 183.47 | 34.05 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 17 | 0.13 | 0 | 0.92 | 0.16 | 68.22 | 0.85 | 0.45 |
| Hex | BB | D6 | 11 | D | 0 | 5C | 10 | 44 | 55 | 2D |
| Octal | 273 | 326 | 21 | 15 | 0 | 134 | 20 | 104 | 125 | 55 |
| Binary | 10111011 | 11010110 | 10001 | 1101 | 0 | 1011100 | 10000 | 1000100 | 1010101 | 101101 |
Color Harmonies of #BBD611
Complementary color
Monochromatic Colors of #BBD611
Black with #BBD611
Text Example
Text Example
White with #BBD611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD611; }
p { color: rgb(187,214,17); }
H1.HeaderClassName
{
color: #BBD611;
}
.AnyTagClassName
{
color: #BBD611;
}
</style>
background-color css
<style>
a { background-color: #BBD611; }
a { background-color: rgb(187,214,17); }
div.DivClassName
{
background-color: #BBD611;
}
.BgClassName
{
background-color: #BBD611;
}
</style>
border-color css
<style>
span { border-color: #BBD611; }
span { border-color: rgb(187,214,17); }
td.TdClassName
{
border-color: #BBD611;
}
.TagClassName
{
border-color: #BBD611;
}
</style>