Shades of Rio Grande #BBD010
Tints of Rio Grande #BBD010
RGB
CMYK
RGB Variations
Color information
#BBD010 (or 0xBBD010) is known color: Rio Grande. HEX triplet: BB, D0 and 10. RGB value is (187,208,16). Sum of RGB (Red+Green+Blue) = 187+208+16=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD010 is #442FEF. Grayscale: #B4B4B4. Windows color (decimal): -4468720 or 1102011. OLE color: 1102011.
HSL color Cylindrical-coordinate representation of color #BBD010: hue angle of 66.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBD010 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 16 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.18 |
| HSL | 66.56º | 0.86% | 0.44% | - |
| HSV(B) | 66.56º | 0.92% | 0.82% | - |
| XYZ | 43.14 | 55.71 | 8.97 | - |
| YUV | 179.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 16 | 0.10 | 0 | 0.92 | 0.18 | 66.56 | 0.86 | 0.44 |
| Hex | BB | D0 | 10 | A | 0 | 5C | 12 | 43 | 56 | 2C |
| Octal | 273 | 320 | 20 | 12 | 0 | 134 | 22 | 103 | 126 | 54 |
| Binary | 10111011 | 11010000 | 10000 | 1010 | 0 | 1011100 | 10010 | 1000011 | 1010110 | 101100 |
Color Harmonies of #BBD010
Complementary color
Monochromatic Colors of #BBD010
Black with #BBD010
Text Example
Text Example
White with #BBD010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD010; }
p { color: rgb(187,208,16); }
H1.HeaderClassName
{
color: #BBD010;
}
.AnyTagClassName
{
color: #BBD010;
}
</style>
background-color css
<style>
a { background-color: #BBD010; }
a { background-color: rgb(187,208,16); }
div.DivClassName
{
background-color: #BBD010;
}
.BgClassName
{
background-color: #BBD010;
}
</style>
border-color css
<style>
span { border-color: #BBD010; }
span { border-color: rgb(187,208,16); }
td.TdClassName
{
border-color: #BBD010;
}
.TagClassName
{
border-color: #BBD010;
}
</style>