Shades of Celery #BCC054
Tints of Celery #BCC054
RGB
CMYK
RGB Variations
Color information
#BCC054 (or 0xBCC054) is known color: Celery. HEX triplet: BC, C0 and 54. RGB value is (188,192,84). Sum of RGB (Red+Green+Blue) = 188+192+84=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC054 is #433FAB. Grayscale: #B2B2B2. Windows color (decimal): -4407212 or 5554364. OLE color: 5554364.
HSL color Cylindrical-coordinate representation of color #BCC054: hue angle of 62.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCC054 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 84 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.25 |
| HSL | 62.22º | 0.46% | 0.54% | - |
| HSV(B) | 62.22º | 0.56% | 0.75% | - |
| XYZ | 41.19 | 49.03 | 15.68 | - |
| YUV | 178.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 84 | 0.02 | 0 | 0.56 | 0.25 | 62.22 | 0.46 | 0.54 |
| Hex | BC | C0 | 54 | 2 | 0 | 38 | 19 | 3E | 2E | 36 |
| Octal | 274 | 300 | 124 | 2 | 0 | 70 | 31 | 76 | 56 | 66 |
| Binary | 10111100 | 11000000 | 1010100 | 10 | 0 | 111000 | 11001 | 111110 | 101110 | 110110 |
Color Harmonies of #BCC054
Complementary color
Monochromatic Colors of #BCC054
Black with #BCC054
Text Example
Text Example
White with #BCC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC054; }
p { color: rgb(188,192,84); }
H1.HeaderClassName
{
color: #BCC054;
}
.AnyTagClassName
{
color: #BCC054;
}
</style>
background-color css
<style>
a { background-color: #BCC054; }
a { background-color: rgb(188,192,84); }
div.DivClassName
{
background-color: #BCC054;
}
.BgClassName
{
background-color: #BCC054;
}
</style>
border-color css
<style>
span { border-color: #BCC054; }
span { border-color: rgb(188,192,84); }
td.TdClassName
{
border-color: #BCC054;
}
.TagClassName
{
border-color: #BCC054;
}
</style>