Shades of Celery #BBC349
Tints of Celery #BBC349
RGB
CMYK
RGB Variations
Color information
#BBC349 (or 0xBBC349) is known color: Celery. HEX triplet: BB, C3 and 49. RGB value is (187,195,73). Sum of RGB (Red+Green+Blue) = 187+195+73=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC349 is #443CB6. Grayscale: #B3B3B3. Windows color (decimal): -4471991 or 4834235. OLE color: 4834235.
HSL color Cylindrical-coordinate representation of color #BBC349: hue angle of 63.93º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBC349 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 73 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.24 |
| HSL | 63.93º | 0.5% | 0.53% | - |
| HSV(B) | 63.93º | 0.63% | 0.76% | - |
| XYZ | 41.21 | 50.08 | 13.8 | - |
| YUV | 178.7 | 68.35 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 73 | 0.04 | 0 | 0.63 | 0.24 | 63.93 | 0.5 | 0.53 |
| Hex | BB | C3 | 49 | 4 | 0 | 3F | 18 | 40 | 32 | 35 |
| Octal | 273 | 303 | 111 | 4 | 0 | 77 | 30 | 100 | 62 | 65 |
| Binary | 10111011 | 11000011 | 1001001 | 100 | 0 | 111111 | 11000 | 1000000 | 110010 | 110101 |
Color Harmonies of #BBC349
Complementary color
Monochromatic Colors of #BBC349
Black with #BBC349
Text Example
Text Example
White with #BBC349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC349; }
p { color: rgb(187,195,73); }
H1.HeaderClassName
{
color: #BBC349;
}
.AnyTagClassName
{
color: #BBC349;
}
</style>
background-color css
<style>
a { background-color: #BBC349; }
a { background-color: rgb(187,195,73); }
div.DivClassName
{
background-color: #BBC349;
}
.BgClassName
{
background-color: #BBC349;
}
</style>
border-color css
<style>
span { border-color: #BBC349; }
span { border-color: rgb(187,195,73); }
td.TdClassName
{
border-color: #BBC349;
}
.TagClassName
{
border-color: #BBC349;
}
</style>