Shades of Celery #BBC541
Tints of Celery #BBC541
RGB
CMYK
RGB Variations
Color information
#BBC541 (or 0xBBC541) is known color: Celery. HEX triplet: BB, C5 and 41. RGB value is (187,197,65). Sum of RGB (Red+Green+Blue) = 187+197+65=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC541 is #443ABE. Grayscale: #B3B3B3. Windows color (decimal): -4471487 or 4310459. OLE color: 4310459.
HSL color Cylindrical-coordinate representation of color #BBC541: hue angle of 64.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBC541 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 65 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.23 |
| HSL | 64.55º | 0.53% | 0.51% | - |
| HSV(B) | 64.55º | 0.67% | 0.77% | - |
| XYZ | 41.41 | 50.88 | 12.64 | - |
| YUV | 178.96 | 63.69 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 65 | 0.05 | 0 | 0.67 | 0.23 | 64.55 | 0.53 | 0.51 |
| Hex | BB | C5 | 41 | 5 | 0 | 43 | 17 | 41 | 35 | 33 |
| Octal | 273 | 305 | 101 | 5 | 0 | 103 | 27 | 101 | 65 | 63 |
| Binary | 10111011 | 11000101 | 1000001 | 101 | 0 | 1000011 | 10111 | 1000001 | 110101 | 110011 |
Color Harmonies of #BBC541
Complementary color
Monochromatic Colors of #BBC541
Black with #BBC541
Text Example
Text Example
White with #BBC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC541; }
p { color: rgb(187,197,65); }
H1.HeaderClassName
{
color: #BBC541;
}
.AnyTagClassName
{
color: #BBC541;
}
</style>
background-color css
<style>
a { background-color: #BBC541; }
a { background-color: rgb(187,197,65); }
div.DivClassName
{
background-color: #BBC541;
}
.BgClassName
{
background-color: #BBC541;
}
</style>
border-color css
<style>
span { border-color: #BBC541; }
span { border-color: rgb(187,197,65); }
td.TdClassName
{
border-color: #BBC541;
}
.TagClassName
{
border-color: #BBC541;
}
</style>