Shades of Celery #BCC654
Tints of Celery #BCC654
RGB
CMYK
RGB Variations
Color information
#BCC654 (or 0xBCC654) is known color: Celery. HEX triplet: BC, C6 and 54. RGB value is (188,198,84). Sum of RGB (Red+Green+Blue) = 188+198+84=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC654 is #4339AB. Grayscale: #B6B6B6. Windows color (decimal): -4405676 or 5555900. OLE color: 5555900.
HSL color Cylindrical-coordinate representation of color #BCC654: hue angle of 65.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCC654 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 84 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.22 |
| HSL | 65.26º | 0.5% | 0.55% | - |
| HSV(B) | 65.26º | 0.58% | 0.78% | - |
| XYZ | 42.53 | 51.72 | 16.13 | - |
| YUV | 182.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 84 | 0.05 | 0 | 0.58 | 0.22 | 65.26 | 0.5 | 0.55 |
| Hex | BC | C6 | 54 | 5 | 0 | 3A | 16 | 41 | 32 | 37 |
| Octal | 274 | 306 | 124 | 5 | 0 | 72 | 26 | 101 | 62 | 67 |
| Binary | 10111100 | 11000110 | 1010100 | 101 | 0 | 111010 | 10110 | 1000001 | 110010 | 110111 |
Color Harmonies of #BCC654
Complementary color
Monochromatic Colors of #BCC654
Black with #BCC654
Text Example
Text Example
White with #BCC654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC654; }
p { color: rgb(188,198,84); }
H1.HeaderClassName
{
color: #BCC654;
}
.AnyTagClassName
{
color: #BCC654;
}
</style>
background-color css
<style>
a { background-color: #BCC654; }
a { background-color: rgb(188,198,84); }
div.DivClassName
{
background-color: #BCC654;
}
.BgClassName
{
background-color: #BCC654;
}
</style>
border-color css
<style>
span { border-color: #BCC654; }
span { border-color: rgb(188,198,84); }
td.TdClassName
{
border-color: #BCC654;
}
.TagClassName
{
border-color: #BCC654;
}
</style>