Shades of Celery #BCC442
Tints of Celery #BCC442
RGB
CMYK
RGB Variations
Color information
#BCC442 (or 0xBCC442) is known color: Celery. HEX triplet: BC, C4 and 42. RGB value is (188,196,66). Sum of RGB (Red+Green+Blue) = 188+196+66=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC442 is #433BBD. Grayscale: #B3B3B3. Windows color (decimal): -4406206 or 4375740. OLE color: 4375740.
HSL color Cylindrical-coordinate representation of color #BCC442: hue angle of 63.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCC442 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 66 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.23 |
| HSL | 63.69º | 0.52% | 0.51% | - |
| HSV(B) | 63.69º | 0.66% | 0.77% | - |
| XYZ | 41.46 | 50.56 | 12.73 | - |
| YUV | 178.79 | 64.35 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 66 | 0.04 | 0 | 0.66 | 0.23 | 63.69 | 0.52 | 0.51 |
| Hex | BC | C4 | 42 | 4 | 0 | 42 | 17 | 40 | 34 | 33 |
| Octal | 274 | 304 | 102 | 4 | 0 | 102 | 27 | 100 | 64 | 63 |
| Binary | 10111100 | 11000100 | 1000010 | 100 | 0 | 1000010 | 10111 | 1000000 | 110100 | 110011 |
Color Harmonies of #BCC442
Complementary color
Monochromatic Colors of #BCC442
Black with #BCC442
Text Example
Text Example
White with #BCC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC442; }
p { color: rgb(188,196,66); }
H1.HeaderClassName
{
color: #BCC442;
}
.AnyTagClassName
{
color: #BCC442;
}
</style>
background-color css
<style>
a { background-color: #BCC442; }
a { background-color: rgb(188,196,66); }
div.DivClassName
{
background-color: #BCC442;
}
.BgClassName
{
background-color: #BCC442;
}
</style>
border-color css
<style>
span { border-color: #BCC442; }
span { border-color: rgb(188,196,66); }
td.TdClassName
{
border-color: #BCC442;
}
.TagClassName
{
border-color: #BCC442;
}
</style>