Shades of Celery #BBC145
Tints of Celery #BBC145
RGB
CMYK
RGB Variations
Color information
#BBC145 (or 0xBBC145) is known color: Celery. HEX triplet: BB, C1 and 45. RGB value is (187,193,69). Sum of RGB (Red+Green+Blue) = 187+193+69=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC145 is #443EBA. Grayscale: #B1B1B1. Windows color (decimal): -4472507 or 4571579. OLE color: 4571579.
HSL color Cylindrical-coordinate representation of color #BBC145: hue angle of 62.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBC145 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 69 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.24 |
| HSL | 62.9º | 0.5% | 0.51% | - |
| HSV(B) | 62.9º | 0.64% | 0.76% | - |
| XYZ | 40.64 | 49.13 | 12.97 | - |
| YUV | 177.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 69 | 0.03 | 0 | 0.64 | 0.24 | 62.9 | 0.5 | 0.51 |
| Hex | BB | C1 | 45 | 3 | 0 | 40 | 18 | 3F | 32 | 33 |
| Octal | 273 | 301 | 105 | 3 | 0 | 100 | 30 | 77 | 62 | 63 |
| Binary | 10111011 | 11000001 | 1000101 | 11 | 0 | 1000000 | 11000 | 111111 | 110010 | 110011 |
Color Harmonies of #BBC145
Complementary color
Monochromatic Colors of #BBC145
Black with #BBC145
Text Example
Text Example
White with #BBC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC145; }
p { color: rgb(187,193,69); }
H1.HeaderClassName
{
color: #BBC145;
}
.AnyTagClassName
{
color: #BBC145;
}
</style>
background-color css
<style>
a { background-color: #BBC145; }
a { background-color: rgb(187,193,69); }
div.DivClassName
{
background-color: #BBC145;
}
.BgClassName
{
background-color: #BBC145;
}
</style>
border-color css
<style>
span { border-color: #BBC145; }
span { border-color: rgb(187,193,69); }
td.TdClassName
{
border-color: #BBC145;
}
.TagClassName
{
border-color: #BBC145;
}
</style>