Shades of Rio Grande #BBD617
Tints of Rio Grande #BBD617
RGB
CMYK
RGB Variations
Color information
#BBD617 (or 0xBBD617) is known color: Rio Grande. HEX triplet: BB, D6 and 17. RGB value is (187,214,23). Sum of RGB (Red+Green+Blue) = 187+214+23=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD617 is #4429E8. Grayscale: #B8B8B8. Windows color (decimal): -4467177 or 1562299. OLE color: 1562299.
HSL color Cylindrical-coordinate representation of color #BBD617: hue angle of 68.48º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBD617 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 23 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.16 |
| HSL | 68.48º | 0.81% | 0.46% | - |
| HSV(B) | 68.48º | 0.89% | 0.84% | - |
| XYZ | 44.69 | 58.72 | 9.79 | - |
| YUV | 184.15 | 37.05 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 23 | 0.13 | 0 | 0.89 | 0.16 | 68.48 | 0.81 | 0.46 |
| Hex | BB | D6 | 17 | D | 0 | 59 | 10 | 44 | 51 | 2E |
| Octal | 273 | 326 | 27 | 15 | 0 | 131 | 20 | 104 | 121 | 56 |
| Binary | 10111011 | 11010110 | 10111 | 1101 | 0 | 1011001 | 10000 | 1000100 | 1010001 | 101110 |
Color Harmonies of #BBD617
Complementary color
Monochromatic Colors of #BBD617
Black with #BBD617
Text Example
Text Example
White with #BBD617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD617; }
p { color: rgb(187,214,23); }
H1.HeaderClassName
{
color: #BBD617;
}
.AnyTagClassName
{
color: #BBD617;
}
</style>
background-color css
<style>
a { background-color: #BBD617; }
a { background-color: rgb(187,214,23); }
div.DivClassName
{
background-color: #BBD617;
}
.BgClassName
{
background-color: #BBD617;
}
</style>
border-color css
<style>
span { border-color: #BBD617; }
span { border-color: rgb(187,214,23); }
td.TdClassName
{
border-color: #BBD617;
}
.TagClassName
{
border-color: #BBD617;
}
</style>