Shades of Celery #BCCD49
Tints of Celery #BCCD49
RGB
CMYK
RGB Variations
Color information
#BCCD49 (or 0xBCCD49) is known color: Celery. HEX triplet: BC, CD and 49. RGB value is (188,205,73). Sum of RGB (Red+Green+Blue) = 188+205+73=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD49 is #4332B6. Grayscale: #B9B9B9. Windows color (decimal): -4403895 or 4836796. OLE color: 4836796.
HSL color Cylindrical-coordinate representation of color #BCCD49: hue angle of 67.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCCD49 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 73 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.20 |
| HSL | 67.73º | 0.57% | 0.55% | - |
| HSV(B) | 67.73º | 0.64% | 0.8% | - |
| XYZ | 43.77 | 54.84 | 14.58 | - |
| YUV | 184.87 | 64.87 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 73 | 0.08 | 0 | 0.64 | 0.20 | 67.73 | 0.57 | 0.55 |
| Hex | BC | CD | 49 | 8 | 0 | 40 | 14 | 44 | 39 | 37 |
| Octal | 274 | 315 | 111 | 10 | 0 | 100 | 24 | 104 | 71 | 67 |
| Binary | 10111100 | 11001101 | 1001001 | 1000 | 0 | 1000000 | 10100 | 1000100 | 111001 | 110111 |
Color Harmonies of #BCCD49
Complementary color
Monochromatic Colors of #BCCD49
Black with #BCCD49
Text Example
Text Example
White with #BCCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD49; }
p { color: rgb(188,205,73); }
H1.HeaderClassName
{
color: #BCCD49;
}
.AnyTagClassName
{
color: #BCCD49;
}
</style>
background-color css
<style>
a { background-color: #BCCD49; }
a { background-color: rgb(188,205,73); }
div.DivClassName
{
background-color: #BCCD49;
}
.BgClassName
{
background-color: #BCCD49;
}
</style>
border-color css
<style>
span { border-color: #BCCD49; }
span { border-color: rgb(188,205,73); }
td.TdClassName
{
border-color: #BCCD49;
}
.TagClassName
{
border-color: #BCCD49;
}
</style>