Shades of Celery #BCCD4E
Tints of Celery #BCCD4E
RGB
CMYK
RGB Variations
Color information
#BCCD4E (or 0xBCCD4E) is known color: Celery. HEX triplet: BC, CD and 4E. RGB value is (188,205,78). Sum of RGB (Red+Green+Blue) = 188+205+78=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD4E is #4332B1. Grayscale: #B9B9B9. Windows color (decimal): -4403890 or 5164476. OLE color: 5164476.
HSL color Cylindrical-coordinate representation of color #BCCD4E: hue angle of 68.03º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCCD4E is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 78 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.20 |
| HSL | 68.03º | 0.56% | 0.55% | - |
| HSV(B) | 68.03º | 0.62% | 0.8% | - |
| XYZ | 43.95 | 54.9 | 15.49 | - |
| YUV | 185.44 | 67.37 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 78 | 0.08 | 0 | 0.62 | 0.20 | 68.03 | 0.56 | 0.55 |
| Hex | BC | CD | 4E | 8 | 0 | 3E | 14 | 44 | 38 | 37 |
| Octal | 274 | 315 | 116 | 10 | 0 | 76 | 24 | 104 | 70 | 67 |
| Binary | 10111100 | 11001101 | 1001110 | 1000 | 0 | 111110 | 10100 | 1000100 | 111000 | 110111 |
Color Harmonies of #BCCD4E
Complementary color
Monochromatic Colors of #BCCD4E
Black with #BCCD4E
Text Example
Text Example
White with #BCCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD4E; }
p { color: rgb(188,205,78); }
H1.HeaderClassName
{
color: #BCCD4E;
}
.AnyTagClassName
{
color: #BCCD4E;
}
</style>
background-color css
<style>
a { background-color: #BCCD4E; }
a { background-color: rgb(188,205,78); }
div.DivClassName
{
background-color: #BCCD4E;
}
.BgClassName
{
background-color: #BCCD4E;
}
</style>
border-color css
<style>
span { border-color: #BCCD4E; }
span { border-color: rgb(188,205,78); }
td.TdClassName
{
border-color: #BCCD4E;
}
.TagClassName
{
border-color: #BCCD4E;
}
</style>