Shades of Celery #BCC142
Tints of Celery #BCC142
RGB
CMYK
RGB Variations
Color information
#BCC142 (or 0xBCC142) is known color: Celery. HEX triplet: BC, C1 and 42. RGB value is (188,193,66). Sum of RGB (Red+Green+Blue) = 188+193+66=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC142 is #433EBD. Grayscale: #B1B1B1. Windows color (decimal): -4406974 or 4374972. OLE color: 4374972.
HSL color Cylindrical-coordinate representation of color #BCC142: hue angle of 62.36º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCC142 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 66 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.24 |
| HSL | 62.36º | 0.51% | 0.51% | - |
| HSV(B) | 62.36º | 0.66% | 0.76% | - |
| XYZ | 40.79 | 49.22 | 12.51 | - |
| YUV | 177.03 | 65.34 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 66 | 0.03 | 0 | 0.66 | 0.24 | 62.36 | 0.51 | 0.51 |
| Hex | BC | C1 | 42 | 3 | 0 | 42 | 18 | 3E | 33 | 33 |
| Octal | 274 | 301 | 102 | 3 | 0 | 102 | 30 | 76 | 63 | 63 |
| Binary | 10111100 | 11000001 | 1000010 | 11 | 0 | 1000010 | 11000 | 111110 | 110011 | 110011 |
Color Harmonies of #BCC142
Complementary color
Monochromatic Colors of #BCC142
Black with #BCC142
Text Example
Text Example
White with #BCC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC142; }
p { color: rgb(188,193,66); }
H1.HeaderClassName
{
color: #BCC142;
}
.AnyTagClassName
{
color: #BCC142;
}
</style>
background-color css
<style>
a { background-color: #BCC142; }
a { background-color: rgb(188,193,66); }
div.DivClassName
{
background-color: #BCC142;
}
.BgClassName
{
background-color: #BCC142;
}
</style>
border-color css
<style>
span { border-color: #BCC142; }
span { border-color: rgb(188,193,66); }
td.TdClassName
{
border-color: #BCC142;
}
.TagClassName
{
border-color: #BCC142;
}
</style>