Shades of Celery #BBC154
Tints of Celery #BBC154
RGB
CMYK
RGB Variations
Color information
#BBC154 (or 0xBBC154) is known color: Celery. HEX triplet: BB, C1 and 54. RGB value is (187,193,84). Sum of RGB (Red+Green+Blue) = 187+193+84=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC154 is #443EAB. Grayscale: #B3B3B3. Windows color (decimal): -4472492 or 5554619. OLE color: 5554619.
HSL color Cylindrical-coordinate representation of color #BBC154: hue angle of 63.3º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBC154 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 84 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.24 |
| HSL | 63.3º | 0.47% | 0.54% | - |
| HSV(B) | 63.3º | 0.56% | 0.76% | - |
| XYZ | 41.16 | 49.34 | 15.74 | - |
| YUV | 178.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 84 | 0.03 | 0 | 0.56 | 0.24 | 63.3 | 0.47 | 0.54 |
| Hex | BB | C1 | 54 | 3 | 0 | 38 | 18 | 3F | 2F | 36 |
| Octal | 273 | 301 | 124 | 3 | 0 | 70 | 30 | 77 | 57 | 66 |
| Binary | 10111011 | 11000001 | 1010100 | 11 | 0 | 111000 | 11000 | 111111 | 101111 | 110110 |
Color Harmonies of #BBC154
Complementary color
Monochromatic Colors of #BBC154
Black with #BBC154
Text Example
Text Example
White with #BBC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC154; }
p { color: rgb(187,193,84); }
H1.HeaderClassName
{
color: #BBC154;
}
.AnyTagClassName
{
color: #BBC154;
}
</style>
background-color css
<style>
a { background-color: #BBC154; }
a { background-color: rgb(187,193,84); }
div.DivClassName
{
background-color: #BBC154;
}
.BgClassName
{
background-color: #BBC154;
}
</style>
border-color css
<style>
span { border-color: #BBC154; }
span { border-color: rgb(187,193,84); }
td.TdClassName
{
border-color: #BBC154;
}
.TagClassName
{
border-color: #BBC154;
}
</style>