Shades of Celery #BBC244
Tints of Celery #BBC244
RGB
CMYK
RGB Variations
Color information
#BBC244 (or 0xBBC244) is known color: Celery. HEX triplet: BB, C2 and 44. RGB value is (187,194,68). Sum of RGB (Red+Green+Blue) = 187+194+68=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC244 is #443DBB. Grayscale: #B2B2B2. Windows color (decimal): -4472252 or 4506299. OLE color: 4506299.
HSL color Cylindrical-coordinate representation of color #BBC244: hue angle of 63.33º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBC244 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 68 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.24 |
| HSL | 63.33º | 0.51% | 0.51% | - |
| HSV(B) | 63.33º | 0.65% | 0.76% | - |
| XYZ | 40.83 | 49.57 | 12.88 | - |
| YUV | 177.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 68 | 0.04 | 0 | 0.65 | 0.24 | 63.33 | 0.51 | 0.51 |
| Hex | BB | C2 | 44 | 4 | 0 | 41 | 18 | 3F | 33 | 33 |
| Octal | 273 | 302 | 104 | 4 | 0 | 101 | 30 | 77 | 63 | 63 |
| Binary | 10111011 | 11000010 | 1000100 | 100 | 0 | 1000001 | 11000 | 111111 | 110011 | 110011 |
Color Harmonies of #BBC244
Complementary color
Monochromatic Colors of #BBC244
Black with #BBC244
Text Example
Text Example
White with #BBC244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC244; }
p { color: rgb(187,194,68); }
H1.HeaderClassName
{
color: #BBC244;
}
.AnyTagClassName
{
color: #BBC244;
}
</style>
background-color css
<style>
a { background-color: #BBC244; }
a { background-color: rgb(187,194,68); }
div.DivClassName
{
background-color: #BBC244;
}
.BgClassName
{
background-color: #BBC244;
}
</style>
border-color css
<style>
span { border-color: #BBC244; }
span { border-color: rgb(187,194,68); }
td.TdClassName
{
border-color: #BBC244;
}
.TagClassName
{
border-color: #BBC244;
}
</style>