Shades of Celery #BBC345
Tints of Celery #BBC345
RGB
CMYK
RGB Variations
Color information
#BBC345 (or 0xBBC345) is known color: Celery. HEX triplet: BB, C3 and 45. RGB value is (187,195,69). Sum of RGB (Red+Green+Blue) = 187+195+69=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC345 is #443CBA. Grayscale: #B2B2B2. Windows color (decimal): -4471995 or 4572091. OLE color: 4572091.
HSL color Cylindrical-coordinate representation of color #BBC345: hue angle of 63.81º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBC345 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 69 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.24 |
| HSL | 63.81º | 0.51% | 0.52% | - |
| HSV(B) | 63.81º | 0.65% | 0.76% | - |
| XYZ | 41.08 | 50.02 | 13.12 | - |
| YUV | 178.24 | 66.35 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 69 | 0.04 | 0 | 0.65 | 0.24 | 63.81 | 0.51 | 0.52 |
| Hex | BB | C3 | 45 | 4 | 0 | 41 | 18 | 40 | 33 | 34 |
| Octal | 273 | 303 | 105 | 4 | 0 | 101 | 30 | 100 | 63 | 64 |
| Binary | 10111011 | 11000011 | 1000101 | 100 | 0 | 1000001 | 11000 | 1000000 | 110011 | 110100 |
Color Harmonies of #BBC345
Complementary color
Monochromatic Colors of #BBC345
Black with #BBC345
Text Example
Text Example
White with #BBC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC345; }
p { color: rgb(187,195,69); }
H1.HeaderClassName
{
color: #BBC345;
}
.AnyTagClassName
{
color: #BBC345;
}
</style>
background-color css
<style>
a { background-color: #BBC345; }
a { background-color: rgb(187,195,69); }
div.DivClassName
{
background-color: #BBC345;
}
.BgClassName
{
background-color: #BBC345;
}
</style>
border-color css
<style>
span { border-color: #BBC345; }
span { border-color: rgb(187,195,69); }
td.TdClassName
{
border-color: #BBC345;
}
.TagClassName
{
border-color: #BBC345;
}
</style>