Shades of Celery #BCCC4F
Tints of Celery #BCCC4F
RGB
CMYK
RGB Variations
Color information
#BCCC4F (or 0xBCCC4F) is known color: Celery. HEX triplet: BC, CC and 4F. RGB value is (188,204,79). Sum of RGB (Red+Green+Blue) = 188+204+79=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC4F is #4333B0. Grayscale: #B9B9B9. Windows color (decimal): -4404145 or 5229756. OLE color: 5229756.
HSL color Cylindrical-coordinate representation of color #BCCC4F: hue angle of 67.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCCC4F is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 79 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.2 |
| HSL | 67.68º | 0.55% | 0.55% | - |
| HSV(B) | 67.68º | 0.61% | 0.8% | - |
| XYZ | 43.74 | 54.44 | 15.6 | - |
| YUV | 184.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 79 | 0.08 | 0 | 0.61 | 0.2 | 67.68 | 0.55 | 0.55 |
| Hex | BC | CC | 4F | 8 | 0 | 3D | 14 | 44 | 37 | 37 |
| Octal | 274 | 314 | 117 | 10 | 0 | 75 | 24 | 104 | 67 | 67 |
| Binary | 10111100 | 11001100 | 1001111 | 1000 | 0 | 111101 | 10100 | 1000100 | 110111 | 110111 |
Color Harmonies of #BCCC4F
Complementary color
Monochromatic Colors of #BCCC4F
Black with #BCCC4F
Text Example
Text Example
White with #BCCC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC4F; }
p { color: rgb(188,204,79); }
H1.HeaderClassName
{
color: #BCCC4F;
}
.AnyTagClassName
{
color: #BCCC4F;
}
</style>
background-color css
<style>
a { background-color: #BCCC4F; }
a { background-color: rgb(188,204,79); }
div.DivClassName
{
background-color: #BCCC4F;
}
.BgClassName
{
background-color: #BCCC4F;
}
</style>
border-color css
<style>
span { border-color: #BCCC4F; }
span { border-color: rgb(188,204,79); }
td.TdClassName
{
border-color: #BCCC4F;
}
.TagClassName
{
border-color: #BCCC4F;
}
</style>