Shades of Celery #BCC94D
Tints of Celery #BCC94D
RGB
CMYK
RGB Variations
Color information
#BCC94D (or 0xBCC94D) is known color: Celery. HEX triplet: BC, C9 and 4D. RGB value is (188,201,77). Sum of RGB (Red+Green+Blue) = 188+201+77=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC94D is #4336B2. Grayscale: #B7B7B7. Windows color (decimal): -4404915 or 5097916. OLE color: 5097916.
HSL color Cylindrical-coordinate representation of color #BCC94D: hue angle of 66.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCC94D is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 77 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.21 |
| HSL | 66.29º | 0.53% | 0.55% | - |
| HSV(B) | 66.29º | 0.62% | 0.79% | - |
| XYZ | 42.97 | 53 | 14.99 | - |
| YUV | 182.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 77 | 0.06 | 0 | 0.62 | 0.21 | 66.29 | 0.53 | 0.55 |
| Hex | BC | C9 | 4D | 6 | 0 | 3E | 15 | 42 | 35 | 37 |
| Octal | 274 | 311 | 115 | 6 | 0 | 76 | 25 | 102 | 65 | 67 |
| Binary | 10111100 | 11001001 | 1001101 | 110 | 0 | 111110 | 10101 | 1000010 | 110101 | 110111 |
Color Harmonies of #BCC94D
Complementary color
Monochromatic Colors of #BCC94D
Black with #BCC94D
Text Example
Text Example
White with #BCC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC94D; }
p { color: rgb(188,201,77); }
H1.HeaderClassName
{
color: #BCC94D;
}
.AnyTagClassName
{
color: #BCC94D;
}
</style>
background-color css
<style>
a { background-color: #BCC94D; }
a { background-color: rgb(188,201,77); }
div.DivClassName
{
background-color: #BCC94D;
}
.BgClassName
{
background-color: #BCC94D;
}
</style>
border-color css
<style>
span { border-color: #BCC94D; }
span { border-color: rgb(188,201,77); }
td.TdClassName
{
border-color: #BCC94D;
}
.TagClassName
{
border-color: #BCC94D;
}
</style>