Shades of Rio Grande #BBD015
Tints of Rio Grande #BBD015
RGB
CMYK
RGB Variations
Color information
#BBD015 (or 0xBBD015) is known color: Rio Grande. HEX triplet: BB, D0 and 15. RGB value is (187,208,21). Sum of RGB (Red+Green+Blue) = 187+208+21=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD015 is #442FEA. Grayscale: #B5B5B5. Windows color (decimal): -4468715 or 1429691. OLE color: 1429691.
HSL color Cylindrical-coordinate representation of color #BBD015: hue angle of 66.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBD015 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 21 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.18 |
| HSL | 66.74º | 0.82% | 0.45% | - |
| HSV(B) | 66.74º | 0.9% | 0.82% | - |
| XYZ | 43.18 | 55.73 | 9.19 | - |
| YUV | 180.4 | 38.04 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 21 | 0.10 | 0 | 0.90 | 0.18 | 66.74 | 0.82 | 0.45 |
| Hex | BB | D0 | 15 | A | 0 | 5A | 12 | 43 | 52 | 2D |
| Octal | 273 | 320 | 25 | 12 | 0 | 132 | 22 | 103 | 122 | 55 |
| Binary | 10111011 | 11010000 | 10101 | 1010 | 0 | 1011010 | 10010 | 1000011 | 1010010 | 101101 |
Color Harmonies of #BBD015
Complementary color
Monochromatic Colors of #BBD015
Black with #BBD015
Text Example
Text Example
White with #BBD015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD015; }
p { color: rgb(187,208,21); }
H1.HeaderClassName
{
color: #BBD015;
}
.AnyTagClassName
{
color: #BBD015;
}
</style>
background-color css
<style>
a { background-color: #BBD015; }
a { background-color: rgb(187,208,21); }
div.DivClassName
{
background-color: #BBD015;
}
.BgClassName
{
background-color: #BBD015;
}
</style>
border-color css
<style>
span { border-color: #BBD015; }
span { border-color: rgb(187,208,21); }
td.TdClassName
{
border-color: #BBD015;
}
.TagClassName
{
border-color: #BBD015;
}
</style>