Shades of Celery #BCCE4D
Tints of Celery #BCCE4D
RGB
CMYK
RGB Variations
Color information
#BCCE4D (or 0xBCCE4D) is known color: Celery. HEX triplet: BC, CE and 4D. RGB value is (188,206,77). Sum of RGB (Red+Green+Blue) = 188+206+77=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE4D is #4331B2. Grayscale: #BABABA. Windows color (decimal): -4403635 or 5099196. OLE color: 5099196.
HSL color Cylindrical-coordinate representation of color #BCCE4D: hue angle of 68.37º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCCE4D is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 77 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.19 |
| HSL | 68.37º | 0.57% | 0.55% | - |
| HSV(B) | 68.37º | 0.63% | 0.81% | - |
| XYZ | 44.15 | 55.37 | 15.38 | - |
| YUV | 185.91 | 66.54 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 77 | 0.09 | 0 | 0.63 | 0.19 | 68.37 | 0.57 | 0.55 |
| Hex | BC | CE | 4D | 9 | 0 | 3F | 13 | 44 | 39 | 37 |
| Octal | 274 | 316 | 115 | 11 | 0 | 77 | 23 | 104 | 71 | 67 |
| Binary | 10111100 | 11001110 | 1001101 | 1001 | 0 | 111111 | 10011 | 1000100 | 111001 | 110111 |
Color Harmonies of #BCCE4D
Complementary color
Monochromatic Colors of #BCCE4D
Black with #BCCE4D
Text Example
Text Example
White with #BCCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE4D; }
p { color: rgb(188,206,77); }
H1.HeaderClassName
{
color: #BCCE4D;
}
.AnyTagClassName
{
color: #BCCE4D;
}
</style>
background-color css
<style>
a { background-color: #BCCE4D; }
a { background-color: rgb(188,206,77); }
div.DivClassName
{
background-color: #BCCE4D;
}
.BgClassName
{
background-color: #BCCE4D;
}
</style>
border-color css
<style>
span { border-color: #BCCE4D; }
span { border-color: rgb(188,206,77); }
td.TdClassName
{
border-color: #BCCE4D;
}
.TagClassName
{
border-color: #BCCE4D;
}
</style>