Shades of Celery #BBC641
Tints of Celery #BBC641
RGB
CMYK
RGB Variations
Color information
#BBC641 (or 0xBBC641) is known color: Celery. HEX triplet: BB, C6 and 41. RGB value is (187,198,65). Sum of RGB (Red+Green+Blue) = 187+198+65=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC641 is #4439BE. Grayscale: #B4B4B4. Windows color (decimal): -4471231 or 4310715. OLE color: 4310715.
HSL color Cylindrical-coordinate representation of color #BBC641: hue angle of 64.96º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBC641 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 65 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.22 |
| HSL | 64.96º | 0.54% | 0.52% | - |
| HSV(B) | 64.96º | 0.67% | 0.78% | - |
| XYZ | 41.64 | 51.33 | 12.71 | - |
| YUV | 179.55 | 63.36 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 65 | 0.06 | 0 | 0.67 | 0.22 | 64.96 | 0.54 | 0.52 |
| Hex | BB | C6 | 41 | 6 | 0 | 43 | 16 | 41 | 36 | 34 |
| Octal | 273 | 306 | 101 | 6 | 0 | 103 | 26 | 101 | 66 | 64 |
| Binary | 10111011 | 11000110 | 1000001 | 110 | 0 | 1000011 | 10110 | 1000001 | 110110 | 110100 |
Color Harmonies of #BBC641
Complementary color
Monochromatic Colors of #BBC641
Black with #BBC641
Text Example
Text Example
White with #BBC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC641; }
p { color: rgb(187,198,65); }
H1.HeaderClassName
{
color: #BBC641;
}
.AnyTagClassName
{
color: #BBC641;
}
</style>
background-color css
<style>
a { background-color: #BBC641; }
a { background-color: rgb(187,198,65); }
div.DivClassName
{
background-color: #BBC641;
}
.BgClassName
{
background-color: #BBC641;
}
</style>
border-color css
<style>
span { border-color: #BBC641; }
span { border-color: rgb(187,198,65); }
td.TdClassName
{
border-color: #BBC641;
}
.TagClassName
{
border-color: #BBC641;
}
</style>