Shades of Celery #BCCC48
Tints of Celery #BCCC48
RGB
CMYK
RGB Variations
Color information
#BCCC48 (or 0xBCCC48) is known color: Celery. HEX triplet: BC, CC and 48. RGB value is (188,204,72). Sum of RGB (Red+Green+Blue) = 188+204+72=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC48 is #4333B7. Grayscale: #B8B8B8. Windows color (decimal): -4404152 or 4771004. OLE color: 4771004.
HSL color Cylindrical-coordinate representation of color #BCCC48: hue angle of 67.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCCC48 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 72 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.2 |
| HSL | 67.27º | 0.56% | 0.54% | - |
| HSV(B) | 67.27º | 0.65% | 0.8% | - |
| XYZ | 43.5 | 54.34 | 14.33 | - |
| YUV | 184.17 | 64.7 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 72 | 0.08 | 0 | 0.65 | 0.2 | 67.27 | 0.56 | 0.54 |
| Hex | BC | CC | 48 | 8 | 0 | 41 | 14 | 43 | 38 | 36 |
| Octal | 274 | 314 | 110 | 10 | 0 | 101 | 24 | 103 | 70 | 66 |
| Binary | 10111100 | 11001100 | 1001000 | 1000 | 0 | 1000001 | 10100 | 1000011 | 111000 | 110110 |
Color Harmonies of #BCCC48
Complementary color
Monochromatic Colors of #BCCC48
Black with #BCCC48
Text Example
Text Example
White with #BCCC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC48; }
p { color: rgb(188,204,72); }
H1.HeaderClassName
{
color: #BCCC48;
}
.AnyTagClassName
{
color: #BCCC48;
}
</style>
background-color css
<style>
a { background-color: #BCCC48; }
a { background-color: rgb(188,204,72); }
div.DivClassName
{
background-color: #BCCC48;
}
.BgClassName
{
background-color: #BCCC48;
}
</style>
border-color css
<style>
span { border-color: #BCCC48; }
span { border-color: rgb(188,204,72); }
td.TdClassName
{
border-color: #BCCC48;
}
.TagClassName
{
border-color: #BCCC48;
}
</style>