Shades of Celery #BCCF4E
Tints of Celery #BCCF4E
RGB
CMYK
RGB Variations
Color information
#BCCF4E (or 0xBCCF4E) is known color: Celery. HEX triplet: BC, CF and 4E. RGB value is (188,207,78). Sum of RGB (Red+Green+Blue) = 188+207+78=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF4E is #4330B1. Grayscale: #BBBBBB. Windows color (decimal): -4403378 or 5164988. OLE color: 5164988.
HSL color Cylindrical-coordinate representation of color #BCCF4E: hue angle of 68.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCCF4E is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 78 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.19 |
| HSL | 68.84º | 0.57% | 0.56% | - |
| HSV(B) | 68.84º | 0.62% | 0.81% | - |
| XYZ | 44.43 | 55.87 | 15.65 | - |
| YUV | 186.61 | 66.71 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 78 | 0.09 | 0 | 0.62 | 0.19 | 68.84 | 0.57 | 0.56 |
| Hex | BC | CF | 4E | 9 | 0 | 3E | 13 | 45 | 39 | 38 |
| Octal | 274 | 317 | 116 | 11 | 0 | 76 | 23 | 105 | 71 | 70 |
| Binary | 10111100 | 11001111 | 1001110 | 1001 | 0 | 111110 | 10011 | 1000101 | 111001 | 111000 |
Color Harmonies of #BCCF4E
Complementary color
Monochromatic Colors of #BCCF4E
Black with #BCCF4E
Text Example
Text Example
White with #BCCF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF4E; }
p { color: rgb(188,207,78); }
H1.HeaderClassName
{
color: #BCCF4E;
}
.AnyTagClassName
{
color: #BCCF4E;
}
</style>
background-color css
<style>
a { background-color: #BCCF4E; }
a { background-color: rgb(188,207,78); }
div.DivClassName
{
background-color: #BCCF4E;
}
.BgClassName
{
background-color: #BCCF4E;
}
</style>
border-color css
<style>
span { border-color: #BCCF4E; }
span { border-color: rgb(188,207,78); }
td.TdClassName
{
border-color: #BCCF4E;
}
.TagClassName
{
border-color: #BCCF4E;
}
</style>