Shades of Celery #BBC441
Tints of Celery #BBC441
RGB
CMYK
RGB Variations
Color information
#BBC441 (or 0xBBC441) is known color: Celery. HEX triplet: BB, C4 and 41. RGB value is (187,196,65). Sum of RGB (Red+Green+Blue) = 187+196+65=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC441 is #443BBE. Grayscale: #B2B2B2. Windows color (decimal): -4471743 or 4310203. OLE color: 4310203.
HSL color Cylindrical-coordinate representation of color #BBC441: hue angle of 64.12º 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 #BBC441 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 65 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.23 |
| HSL | 64.12º | 0.53% | 0.51% | - |
| HSV(B) | 64.12º | 0.67% | 0.77% | - |
| XYZ | 41.19 | 50.43 | 12.56 | - |
| YUV | 178.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 65 | 0.05 | 0 | 0.67 | 0.23 | 64.12 | 0.53 | 0.51 |
| Hex | BB | C4 | 41 | 5 | 0 | 43 | 17 | 40 | 35 | 33 |
| Octal | 273 | 304 | 101 | 5 | 0 | 103 | 27 | 100 | 65 | 63 |
| Binary | 10111011 | 11000100 | 1000001 | 101 | 0 | 1000011 | 10111 | 1000000 | 110101 | 110011 |
Color Harmonies of #BBC441
Complementary color
Monochromatic Colors of #BBC441
Black with #BBC441
Text Example
Text Example
White with #BBC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC441; }
p { color: rgb(187,196,65); }
H1.HeaderClassName
{
color: #BBC441;
}
.AnyTagClassName
{
color: #BBC441;
}
</style>
background-color css
<style>
a { background-color: #BBC441; }
a { background-color: rgb(187,196,65); }
div.DivClassName
{
background-color: #BBC441;
}
.BgClassName
{
background-color: #BBC441;
}
</style>
border-color css
<style>
span { border-color: #BBC441; }
span { border-color: rgb(187,196,65); }
td.TdClassName
{
border-color: #BBC441;
}
.TagClassName
{
border-color: #BBC441;
}
</style>