Shades of Celery #BCC355
Tints of Celery #BCC355
RGB
CMYK
RGB Variations
Color information
#BCC355 (or 0xBCC355) is known color: Celery. HEX triplet: BC, C3 and 55. RGB value is (188,195,85). Sum of RGB (Red+Green+Blue) = 188+195+85=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC355 is #433CAA. Grayscale: #B4B4B4. Windows color (decimal): -4406443 or 5620668. OLE color: 5620668.
HSL color Cylindrical-coordinate representation of color #BCC355: hue angle of 63.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCC355 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 85 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.24 |
| HSL | 63.82º | 0.48% | 0.55% | - |
| HSV(B) | 63.82º | 0.56% | 0.76% | - |
| XYZ | 41.89 | 50.38 | 16.11 | - |
| YUV | 180.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 85 | 0.04 | 0 | 0.56 | 0.24 | 63.82 | 0.48 | 0.55 |
| Hex | BC | C3 | 55 | 4 | 0 | 38 | 18 | 40 | 30 | 37 |
| Octal | 274 | 303 | 125 | 4 | 0 | 70 | 30 | 100 | 60 | 67 |
| Binary | 10111100 | 11000011 | 1010101 | 100 | 0 | 111000 | 11000 | 1000000 | 110000 | 110111 |
Color Harmonies of #BCC355
Complementary color
Monochromatic Colors of #BCC355
Black with #BCC355
Text Example
Text Example
White with #BCC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC355; }
p { color: rgb(188,195,85); }
H1.HeaderClassName
{
color: #BCC355;
}
.AnyTagClassName
{
color: #BCC355;
}
</style>
background-color css
<style>
a { background-color: #BCC355; }
a { background-color: rgb(188,195,85); }
div.DivClassName
{
background-color: #BCC355;
}
.BgClassName
{
background-color: #BCC355;
}
</style>
border-color css
<style>
span { border-color: #BCC355; }
span { border-color: rgb(188,195,85); }
td.TdClassName
{
border-color: #BCC355;
}
.TagClassName
{
border-color: #BCC355;
}
</style>