Shades of Celery #BCCE4F
Tints of Celery #BCCE4F
RGB
CMYK
RGB Variations
Color information
#BCCE4F (or 0xBCCE4F) is known color: Celery. HEX triplet: BC, CE and 4F. RGB value is (188,206,79). Sum of RGB (Red+Green+Blue) = 188+206+79=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE4F is #4331B0. Grayscale: #BABABA. Windows color (decimal): -4403633 or 5230268. OLE color: 5230268.
HSL color Cylindrical-coordinate representation of color #BCCE4F: hue angle of 68.5º degrees, saturation: 0.56, 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 #BCCE4F is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 79 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.19 |
| HSL | 68.5º | 0.56% | 0.56% | - |
| HSV(B) | 68.5º | 0.62% | 0.81% | - |
| XYZ | 44.22 | 55.4 | 15.76 | - |
| YUV | 186.14 | 67.54 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 79 | 0.09 | 0 | 0.62 | 0.19 | 68.5 | 0.56 | 0.56 |
| Hex | BC | CE | 4F | 9 | 0 | 3E | 13 | 45 | 38 | 38 |
| Octal | 274 | 316 | 117 | 11 | 0 | 76 | 23 | 105 | 70 | 70 |
| Binary | 10111100 | 11001110 | 1001111 | 1001 | 0 | 111110 | 10011 | 1000101 | 111000 | 111000 |
Color Harmonies of #BCCE4F
Complementary color
Monochromatic Colors of #BCCE4F
Black with #BCCE4F
Text Example
Text Example
White with #BCCE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE4F; }
p { color: rgb(188,206,79); }
H1.HeaderClassName
{
color: #BCCE4F;
}
.AnyTagClassName
{
color: #BCCE4F;
}
</style>
background-color css
<style>
a { background-color: #BCCE4F; }
a { background-color: rgb(188,206,79); }
div.DivClassName
{
background-color: #BCCE4F;
}
.BgClassName
{
background-color: #BCCE4F;
}
</style>
border-color css
<style>
span { border-color: #BCCE4F; }
span { border-color: rgb(188,206,79); }
td.TdClassName
{
border-color: #BCCE4F;
}
.TagClassName
{
border-color: #BCCE4F;
}
</style>