Shades of Celery #BCCA40
Tints of Celery #BCCA40
RGB
CMYK
RGB Variations
Color information
#BCCA40 (or 0xBCCA40) is known color: Celery. HEX triplet: BC, CA and 40. RGB value is (188,202,64). Sum of RGB (Red+Green+Blue) = 188+202+64=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA40 is #4335BF. Grayscale: #B6B6B6. Windows color (decimal): -4404672 or 4246204. OLE color: 4246204.
HSL color Cylindrical-coordinate representation of color #BCCA40: hue angle of 66.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCCA40 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 64 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.21 |
| HSL | 66.09º | 0.57% | 0.52% | - |
| HSV(B) | 66.09º | 0.68% | 0.79% | - |
| XYZ | 42.78 | 53.3 | 12.88 | - |
| YUV | 182.08 | 61.36 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 64 | 0.07 | 0 | 0.68 | 0.21 | 66.09 | 0.57 | 0.52 |
| Hex | BC | CA | 40 | 7 | 0 | 44 | 15 | 42 | 39 | 34 |
| Octal | 274 | 312 | 100 | 7 | 0 | 104 | 25 | 102 | 71 | 64 |
| Binary | 10111100 | 11001010 | 1000000 | 111 | 0 | 1000100 | 10101 | 1000010 | 111001 | 110100 |
Color Harmonies of #BCCA40
Complementary color
Monochromatic Colors of #BCCA40
Black with #BCCA40
Text Example
Text Example
White with #BCCA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA40; }
p { color: rgb(188,202,64); }
H1.HeaderClassName
{
color: #BCCA40;
}
.AnyTagClassName
{
color: #BCCA40;
}
</style>
background-color css
<style>
a { background-color: #BCCA40; }
a { background-color: rgb(188,202,64); }
div.DivClassName
{
background-color: #BCCA40;
}
.BgClassName
{
background-color: #BCCA40;
}
</style>
border-color css
<style>
span { border-color: #BCCA40; }
span { border-color: rgb(188,202,64); }
td.TdClassName
{
border-color: #BCCA40;
}
.TagClassName
{
border-color: #BCCA40;
}
</style>