Shades of Celery #BCCC46
Tints of Celery #BCCC46
RGB
CMYK
RGB Variations
Color information
#BCCC46 (or 0xBCCC46) is known color: Celery. HEX triplet: BC, CC and 46. RGB value is (188,204,70). Sum of RGB (Red+Green+Blue) = 188+204+70=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC46 is #4333B9. Grayscale: #B8B8B8. Windows color (decimal): -4404154 or 4639932. OLE color: 4639932.
HSL color Cylindrical-coordinate representation of color #BCCC46: hue angle of 67.16º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCCC46 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 70 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.2 |
| HSL | 67.16º | 0.57% | 0.54% | - |
| HSV(B) | 67.16º | 0.66% | 0.8% | - |
| XYZ | 43.44 | 54.32 | 13.99 | - |
| YUV | 183.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 70 | 0.08 | 0 | 0.66 | 0.2 | 67.16 | 0.57 | 0.54 |
| Hex | BC | CC | 46 | 8 | 0 | 42 | 14 | 43 | 39 | 36 |
| Octal | 274 | 314 | 106 | 10 | 0 | 102 | 24 | 103 | 71 | 66 |
| Binary | 10111100 | 11001100 | 1000110 | 1000 | 0 | 1000010 | 10100 | 1000011 | 111001 | 110110 |
Color Harmonies of #BCCC46
Complementary color
Monochromatic Colors of #BCCC46
Black with #BCCC46
Text Example
Text Example
White with #BCCC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC46; }
p { color: rgb(188,204,70); }
H1.HeaderClassName
{
color: #BCCC46;
}
.AnyTagClassName
{
color: #BCCC46;
}
</style>
background-color css
<style>
a { background-color: #BCCC46; }
a { background-color: rgb(188,204,70); }
div.DivClassName
{
background-color: #BCCC46;
}
.BgClassName
{
background-color: #BCCC46;
}
</style>
border-color css
<style>
span { border-color: #BCCC46; }
span { border-color: rgb(188,204,70); }
td.TdClassName
{
border-color: #BCCC46;
}
.TagClassName
{
border-color: #BCCC46;
}
</style>