Shades of Celery #BCCD4F
Tints of Celery #BCCD4F
RGB
CMYK
RGB Variations
Color information
#BCCD4F (or 0xBCCD4F) is known color: Celery. HEX triplet: BC, CD and 4F. RGB value is (188,205,79). Sum of RGB (Red+Green+Blue) = 188+205+79=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD4F is #4332B0. Grayscale: #BABABA. Windows color (decimal): -4403889 or 5230012. OLE color: 5230012.
HSL color Cylindrical-coordinate representation of color #BCCD4F: hue angle of 68.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCCD4F is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 79 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.20 |
| HSL | 68.1º | 0.56% | 0.56% | - |
| HSV(B) | 68.1º | 0.61% | 0.8% | - |
| XYZ | 43.98 | 54.92 | 15.68 | - |
| YUV | 185.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 79 | 0.08 | 0 | 0.61 | 0.20 | 68.1 | 0.56 | 0.56 |
| Hex | BC | CD | 4F | 8 | 0 | 3D | 14 | 44 | 38 | 38 |
| Octal | 274 | 315 | 117 | 10 | 0 | 75 | 24 | 104 | 70 | 70 |
| Binary | 10111100 | 11001101 | 1001111 | 1000 | 0 | 111101 | 10100 | 1000100 | 111000 | 111000 |
Color Harmonies of #BCCD4F
Complementary color
Monochromatic Colors of #BCCD4F
Black with #BCCD4F
Text Example
Text Example
White with #BCCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD4F; }
p { color: rgb(188,205,79); }
H1.HeaderClassName
{
color: #BCCD4F;
}
.AnyTagClassName
{
color: #BCCD4F;
}
</style>
background-color css
<style>
a { background-color: #BCCD4F; }
a { background-color: rgb(188,205,79); }
div.DivClassName
{
background-color: #BCCD4F;
}
.BgClassName
{
background-color: #BCCD4F;
}
</style>
border-color css
<style>
span { border-color: #BCCD4F; }
span { border-color: rgb(188,205,79); }
td.TdClassName
{
border-color: #BCCD4F;
}
.TagClassName
{
border-color: #BCCD4F;
}
</style>