Shades of Rio Grande #BBD510
Tints of Rio Grande #BBD510
RGB
CMYK
RGB Variations
Color information
#BBD510 (or 0xBBD510) is known color: Rio Grande. HEX triplet: BB, D5 and 10. RGB value is (187,213,16). Sum of RGB (Red+Green+Blue) = 187+213+16=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD510 is #442AEF. Grayscale: #B7B7B7. Windows color (decimal): -4467440 or 1103291. OLE color: 1103291.
HSL color Cylindrical-coordinate representation of color #BBD510: hue angle of 67.92º degrees, saturation: 0.86, 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 #BBD510 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 16 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.16 |
| HSL | 67.92º | 0.86% | 0.45% | - |
| HSV(B) | 67.92º | 0.92% | 0.84% | - |
| XYZ | 44.38 | 58.19 | 9.38 | - |
| YUV | 182.77 | 33.89 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 16 | 0.12 | 0 | 0.92 | 0.16 | 67.92 | 0.86 | 0.45 |
| Hex | BB | D5 | 10 | C | 0 | 5C | 10 | 44 | 56 | 2D |
| Octal | 273 | 325 | 20 | 14 | 0 | 134 | 20 | 104 | 126 | 55 |
| Binary | 10111011 | 11010101 | 10000 | 1100 | 0 | 1011100 | 10000 | 1000100 | 1010110 | 101101 |
Color Harmonies of #BBD510
Complementary color
Monochromatic Colors of #BBD510
Black with #BBD510
Text Example
Text Example
White with #BBD510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD510; }
p { color: rgb(187,213,16); }
H1.HeaderClassName
{
color: #BBD510;
}
.AnyTagClassName
{
color: #BBD510;
}
</style>
background-color css
<style>
a { background-color: #BBD510; }
a { background-color: rgb(187,213,16); }
div.DivClassName
{
background-color: #BBD510;
}
.BgClassName
{
background-color: #BBD510;
}
</style>
border-color css
<style>
span { border-color: #BBD510; }
span { border-color: rgb(187,213,16); }
td.TdClassName
{
border-color: #BBD510;
}
.TagClassName
{
border-color: #BBD510;
}
</style>