Shades of Celery #BCCE48
Tints of Celery #BCCE48
RGB
CMYK
RGB Variations
Color information
#BCCE48 (or 0xBCCE48) is known color: Celery. HEX triplet: BC, CE and 48. RGB value is (188,206,72). Sum of RGB (Red+Green+Blue) = 188+206+72=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE48 is #4331B7. Grayscale: #B9B9B9. Windows color (decimal): -4403640 or 4771516. OLE color: 4771516.
HSL color Cylindrical-coordinate representation of color #BCCE48: hue angle of 68.06º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCCE48 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 72 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.19 |
| HSL | 68.06º | 0.58% | 0.55% | - |
| HSV(B) | 68.06º | 0.65% | 0.81% | - |
| XYZ | 43.98 | 55.3 | 14.49 | - |
| YUV | 185.34 | 64.04 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 72 | 0.09 | 0 | 0.65 | 0.19 | 68.06 | 0.58 | 0.55 |
| Hex | BC | CE | 48 | 9 | 0 | 41 | 13 | 44 | 3A | 37 |
| Octal | 274 | 316 | 110 | 11 | 0 | 101 | 23 | 104 | 72 | 67 |
| Binary | 10111100 | 11001110 | 1001000 | 1001 | 0 | 1000001 | 10011 | 1000100 | 111010 | 110111 |
Color Harmonies of #BCCE48
Complementary color
Monochromatic Colors of #BCCE48
Black with #BCCE48
Text Example
Text Example
White with #BCCE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE48; }
p { color: rgb(188,206,72); }
H1.HeaderClassName
{
color: #BCCE48;
}
.AnyTagClassName
{
color: #BCCE48;
}
</style>
background-color css
<style>
a { background-color: #BCCE48; }
a { background-color: rgb(188,206,72); }
div.DivClassName
{
background-color: #BCCE48;
}
.BgClassName
{
background-color: #BCCE48;
}
</style>
border-color css
<style>
span { border-color: #BCCE48; }
span { border-color: rgb(188,206,72); }
td.TdClassName
{
border-color: #BCCE48;
}
.TagClassName
{
border-color: #BCCE48;
}
</style>