Shades of Celery #BBC650
Tints of Celery #BBC650
RGB
CMYK
RGB Variations
Color information
#BBC650 (or 0xBBC650) is known color: Celery. HEX triplet: BB, C6 and 50. RGB value is (187,198,80). Sum of RGB (Red+Green+Blue) = 187+198+80=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC650 is #4439AF. Grayscale: #B5B5B5. Windows color (decimal): -4471216 or 5293755. OLE color: 5293755.
HSL color Cylindrical-coordinate representation of color #BBC650: hue angle of 65.59º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBC650 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 80 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.22 |
| HSL | 65.59º | 0.51% | 0.55% | - |
| HSV(B) | 65.59º | 0.6% | 0.78% | - |
| XYZ | 42.14 | 51.53 | 15.32 | - |
| YUV | 181.26 | 70.86 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 80 | 0.06 | 0 | 0.60 | 0.22 | 65.59 | 0.51 | 0.55 |
| Hex | BB | C6 | 50 | 6 | 0 | 3C | 16 | 42 | 33 | 37 |
| Octal | 273 | 306 | 120 | 6 | 0 | 74 | 26 | 102 | 63 | 67 |
| Binary | 10111011 | 11000110 | 1010000 | 110 | 0 | 111100 | 10110 | 1000010 | 110011 | 110111 |
Color Harmonies of #BBC650
Complementary color
Monochromatic Colors of #BBC650
Black with #BBC650
Text Example
Text Example
White with #BBC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC650; }
p { color: rgb(187,198,80); }
H1.HeaderClassName
{
color: #BBC650;
}
.AnyTagClassName
{
color: #BBC650;
}
</style>
background-color css
<style>
a { background-color: #BBC650; }
a { background-color: rgb(187,198,80); }
div.DivClassName
{
background-color: #BBC650;
}
.BgClassName
{
background-color: #BBC650;
}
</style>
border-color css
<style>
span { border-color: #BBC650; }
span { border-color: rgb(187,198,80); }
td.TdClassName
{
border-color: #BBC650;
}
.TagClassName
{
border-color: #BBC650;
}
</style>