Shades of Rio Grande #BBD311
Tints of Rio Grande #BBD311
RGB
CMYK
RGB Variations
Color information
#BBD311 (or 0xBBD311) is known color: Rio Grande. HEX triplet: BB, D3 and 11. RGB value is (187,211,17). Sum of RGB (Red+Green+Blue) = 187+211+17=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD311 is #442CEE. Grayscale: #B6B6B6. Windows color (decimal): -4467951 or 1168315. OLE color: 1168315.
HSL color Cylindrical-coordinate representation of color #BBD311: hue angle of 67.42º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBD311 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 17 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.17 |
| HSL | 67.42º | 0.85% | 0.45% | - |
| HSV(B) | 67.42º | 0.92% | 0.83% | - |
| XYZ | 43.89 | 57.19 | 9.26 | - |
| YUV | 181.71 | 35.05 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 17 | 0.11 | 0 | 0.92 | 0.17 | 67.42 | 0.85 | 0.45 |
| Hex | BB | D3 | 11 | B | 0 | 5C | 11 | 43 | 55 | 2D |
| Octal | 273 | 323 | 21 | 13 | 0 | 134 | 21 | 103 | 125 | 55 |
| Binary | 10111011 | 11010011 | 10001 | 1011 | 0 | 1011100 | 10001 | 1000011 | 1010101 | 101101 |
Color Harmonies of #BBD311
Complementary color
Monochromatic Colors of #BBD311
Black with #BBD311
Text Example
Text Example
White with #BBD311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD311; }
p { color: rgb(187,211,17); }
H1.HeaderClassName
{
color: #BBD311;
}
.AnyTagClassName
{
color: #BBD311;
}
</style>
background-color css
<style>
a { background-color: #BBD311; }
a { background-color: rgb(187,211,17); }
div.DivClassName
{
background-color: #BBD311;
}
.BgClassName
{
background-color: #BBD311;
}
</style>
border-color css
<style>
span { border-color: #BBD311; }
span { border-color: rgb(187,211,17); }
td.TdClassName
{
border-color: #BBD311;
}
.TagClassName
{
border-color: #BBD311;
}
</style>