Shades of Rio Grande #BBD217
Tints of Rio Grande #BBD217
RGB
CMYK
RGB Variations
Color information
#BBD217 (or 0xBBD217) is known color: Rio Grande. HEX triplet: BB, D2 and 17. RGB value is (187,210,23). Sum of RGB (Red+Green+Blue) = 187+210+23=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD217 is #442DE8. Grayscale: #B6B6B6. Windows color (decimal): -4468201 or 1561275. OLE color: 1561275.
HSL color Cylindrical-coordinate representation of color #BBD217: hue angle of 67.38º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBD217 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 23 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.18 |
| HSL | 67.38º | 0.8% | 0.46% | - |
| HSV(B) | 67.38º | 0.89% | 0.82% | - |
| XYZ | 43.69 | 56.72 | 9.46 | - |
| YUV | 181.81 | 38.38 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 23 | 0.11 | 0 | 0.89 | 0.18 | 67.38 | 0.8 | 0.46 |
| Hex | BB | D2 | 17 | B | 0 | 59 | 12 | 43 | 50 | 2E |
| Octal | 273 | 322 | 27 | 13 | 0 | 131 | 22 | 103 | 120 | 56 |
| Binary | 10111011 | 11010010 | 10111 | 1011 | 0 | 1011001 | 10010 | 1000011 | 1010000 | 101110 |
Color Harmonies of #BBD217
Complementary color
Monochromatic Colors of #BBD217
Black with #BBD217
Text Example
Text Example
White with #BBD217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD217; }
p { color: rgb(187,210,23); }
H1.HeaderClassName
{
color: #BBD217;
}
.AnyTagClassName
{
color: #BBD217;
}
</style>
background-color css
<style>
a { background-color: #BBD217; }
a { background-color: rgb(187,210,23); }
div.DivClassName
{
background-color: #BBD217;
}
.BgClassName
{
background-color: #BBD217;
}
</style>
border-color css
<style>
span { border-color: #BBD217; }
span { border-color: rgb(187,210,23); }
td.TdClassName
{
border-color: #BBD217;
}
.TagClassName
{
border-color: #BBD217;
}
</style>