Shades of Rio Grande #BBC817
Tints of Rio Grande #BBC817
RGB
CMYK
RGB Variations
Color information
#BBC817 (or 0xBBC817) is known color: Rio Grande. HEX triplet: BB, C8 and 17. RGB value is (187,200,23). Sum of RGB (Red+Green+Blue) = 187+200+23=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC817 is #4437E8. Grayscale: #B0B0B0. Windows color (decimal): -4470761 or 1558715. OLE color: 1558715.
HSL color Cylindrical-coordinate representation of color #BBC817: hue angle of 64.41º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBC817 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 23 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.22 |
| HSL | 64.41º | 0.79% | 0.44% | - |
| HSV(B) | 64.41º | 0.89% | 0.78% | - |
| XYZ | 41.3 | 51.94 | 8.66 | - |
| YUV | 175.94 | 41.69 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 23 | 0.06 | 0 | 0.88 | 0.22 | 64.41 | 0.79 | 0.44 |
| Hex | BB | C8 | 17 | 6 | 0 | 58 | 16 | 40 | 4F | 2C |
| Octal | 273 | 310 | 27 | 6 | 0 | 130 | 26 | 100 | 117 | 54 |
| Binary | 10111011 | 11001000 | 10111 | 110 | 0 | 1011000 | 10110 | 1000000 | 1001111 | 101100 |
Color Harmonies of #BBC817
Complementary color
Monochromatic Colors of #BBC817
Black with #BBC817
Text Example
Text Example
White with #BBC817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC817; }
p { color: rgb(187,200,23); }
H1.HeaderClassName
{
color: #BBC817;
}
.AnyTagClassName
{
color: #BBC817;
}
</style>
background-color css
<style>
a { background-color: #BBC817; }
a { background-color: rgb(187,200,23); }
div.DivClassName
{
background-color: #BBC817;
}
.BgClassName
{
background-color: #BBC817;
}
</style>
border-color css
<style>
span { border-color: #BBC817; }
span { border-color: rgb(187,200,23); }
td.TdClassName
{
border-color: #BBC817;
}
.TagClassName
{
border-color: #BBC817;
}
</style>