Shades of Celery #BCC949
Tints of Celery #BCC949
RGB
CMYK
RGB Variations
Color information
#BCC949 (or 0xBCC949) is known color: Celery. HEX triplet: BC, C9 and 49. RGB value is (188,201,73). Sum of RGB (Red+Green+Blue) = 188+201+73=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC949 is #4336B6. Grayscale: #B7B7B7. Windows color (decimal): -4404919 or 4835772. OLE color: 4835772.
HSL color Cylindrical-coordinate representation of color #BCC949: hue angle of 66.09º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCC949 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 73 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.21 |
| HSL | 66.09º | 0.54% | 0.54% | - |
| HSV(B) | 66.09º | 0.64% | 0.79% | - |
| XYZ | 42.83 | 52.95 | 14.27 | - |
| YUV | 182.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 73 | 0.06 | 0 | 0.64 | 0.21 | 66.09 | 0.54 | 0.54 |
| Hex | BC | C9 | 49 | 6 | 0 | 40 | 15 | 42 | 36 | 36 |
| Octal | 274 | 311 | 111 | 6 | 0 | 100 | 25 | 102 | 66 | 66 |
| Binary | 10111100 | 11001001 | 1001001 | 110 | 0 | 1000000 | 10101 | 1000010 | 110110 | 110110 |
Color Harmonies of #BCC949
Complementary color
Monochromatic Colors of #BCC949
Black with #BCC949
Text Example
Text Example
White with #BCC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC949; }
p { color: rgb(188,201,73); }
H1.HeaderClassName
{
color: #BCC949;
}
.AnyTagClassName
{
color: #BCC949;
}
</style>
background-color css
<style>
a { background-color: #BCC949; }
a { background-color: rgb(188,201,73); }
div.DivClassName
{
background-color: #BCC949;
}
.BgClassName
{
background-color: #BCC949;
}
</style>
border-color css
<style>
span { border-color: #BCC949; }
span { border-color: rgb(188,201,73); }
td.TdClassName
{
border-color: #BCC949;
}
.TagClassName
{
border-color: #BCC949;
}
</style>