Shades of Celery #BCC554
Tints of Celery #BCC554
RGB
CMYK
RGB Variations
Color information
#BCC554 (or 0xBCC554) is known color: Celery. HEX triplet: BC, C5 and 54. RGB value is (188,197,84). Sum of RGB (Red+Green+Blue) = 188+197+84=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC554 is #433AAB. Grayscale: #B5B5B5. Windows color (decimal): -4405932 or 5555644. OLE color: 5555644.
HSL color Cylindrical-coordinate representation of color #BCC554: hue angle of 64.78º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCC554 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 84 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.23 |
| HSL | 64.78º | 0.49% | 0.55% | - |
| HSV(B) | 64.78º | 0.57% | 0.77% | - |
| XYZ | 42.31 | 51.26 | 16.05 | - |
| YUV | 181.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 84 | 0.05 | 0 | 0.57 | 0.23 | 64.78 | 0.49 | 0.55 |
| Hex | BC | C5 | 54 | 5 | 0 | 39 | 17 | 41 | 31 | 37 |
| Octal | 274 | 305 | 124 | 5 | 0 | 71 | 27 | 101 | 61 | 67 |
| Binary | 10111100 | 11000101 | 1010100 | 101 | 0 | 111001 | 10111 | 1000001 | 110001 | 110111 |
Color Harmonies of #BCC554
Complementary color
Monochromatic Colors of #BCC554
Black with #BCC554
Text Example
Text Example
White with #BCC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC554; }
p { color: rgb(188,197,84); }
H1.HeaderClassName
{
color: #BCC554;
}
.AnyTagClassName
{
color: #BCC554;
}
</style>
background-color css
<style>
a { background-color: #BCC554; }
a { background-color: rgb(188,197,84); }
div.DivClassName
{
background-color: #BCC554;
}
.BgClassName
{
background-color: #BCC554;
}
</style>
border-color css
<style>
span { border-color: #BCC554; }
span { border-color: rgb(188,197,84); }
td.TdClassName
{
border-color: #BCC554;
}
.TagClassName
{
border-color: #BCC554;
}
</style>