Shades of Celery #BBC241
Tints of Celery #BBC241
RGB
CMYK
RGB Variations
Color information
#BBC241 (or 0xBBC241) is known color: Celery. HEX triplet: BB, C2 and 41. RGB value is (187,194,65). Sum of RGB (Red+Green+Blue) = 187+194+65=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC241 is #443DBE. Grayscale: #B1B1B1. Windows color (decimal): -4472255 or 4309691. OLE color: 4309691.
HSL color Cylindrical-coordinate representation of color #BBC241: hue angle of 63.26º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBC241 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 65 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.24 |
| HSL | 63.26º | 0.51% | 0.51% | - |
| HSV(B) | 63.26º | 0.66% | 0.76% | - |
| XYZ | 40.74 | 49.53 | 12.41 | - |
| YUV | 177.2 | 64.68 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 65 | 0.04 | 0 | 0.66 | 0.24 | 63.26 | 0.51 | 0.51 |
| Hex | BB | C2 | 41 | 4 | 0 | 42 | 18 | 3F | 33 | 33 |
| Octal | 273 | 302 | 101 | 4 | 0 | 102 | 30 | 77 | 63 | 63 |
| Binary | 10111011 | 11000010 | 1000001 | 100 | 0 | 1000010 | 11000 | 111111 | 110011 | 110011 |
Color Harmonies of #BBC241
Complementary color
Monochromatic Colors of #BBC241
Black with #BBC241
Text Example
Text Example
White with #BBC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC241; }
p { color: rgb(187,194,65); }
H1.HeaderClassName
{
color: #BBC241;
}
.AnyTagClassName
{
color: #BBC241;
}
</style>
background-color css
<style>
a { background-color: #BBC241; }
a { background-color: rgb(187,194,65); }
div.DivClassName
{
background-color: #BBC241;
}
.BgClassName
{
background-color: #BBC241;
}
</style>
border-color css
<style>
span { border-color: #BBC241; }
span { border-color: rgb(187,194,65); }
td.TdClassName
{
border-color: #BBC241;
}
.TagClassName
{
border-color: #BBC241;
}
</style>