Shades of Celery #BCC945
Tints of Celery #BCC945
RGB
CMYK
RGB Variations
Color information
#BCC945 (or 0xBCC945) is known color: Celery. HEX triplet: BC, C9 and 45. RGB value is (188,201,69). Sum of RGB (Red+Green+Blue) = 188+201+69=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC945 is #4336BA. Grayscale: #B6B6B6. Windows color (decimal): -4404923 or 4573628. OLE color: 4573628.
HSL color Cylindrical-coordinate representation of color #BCC945: hue angle of 65.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCC945 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 69 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.21 |
| HSL | 65.91º | 0.55% | 0.53% | - |
| HSV(B) | 65.91º | 0.66% | 0.79% | - |
| XYZ | 42.7 | 52.89 | 13.59 | - |
| YUV | 182.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 69 | 0.06 | 0 | 0.66 | 0.21 | 65.91 | 0.55 | 0.53 |
| Hex | BC | C9 | 45 | 6 | 0 | 42 | 15 | 42 | 37 | 35 |
| Octal | 274 | 311 | 105 | 6 | 0 | 102 | 25 | 102 | 67 | 65 |
| Binary | 10111100 | 11001001 | 1000101 | 110 | 0 | 1000010 | 10101 | 1000010 | 110111 | 110101 |
Color Harmonies of #BCC945
Complementary color
Monochromatic Colors of #BCC945
Black with #BCC945
Text Example
Text Example
White with #BCC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC945; }
p { color: rgb(188,201,69); }
H1.HeaderClassName
{
color: #BCC945;
}
.AnyTagClassName
{
color: #BCC945;
}
</style>
background-color css
<style>
a { background-color: #BCC945; }
a { background-color: rgb(188,201,69); }
div.DivClassName
{
background-color: #BCC945;
}
.BgClassName
{
background-color: #BCC945;
}
</style>
border-color css
<style>
span { border-color: #BCC945; }
span { border-color: rgb(188,201,69); }
td.TdClassName
{
border-color: #BCC945;
}
.TagClassName
{
border-color: #BCC945;
}
</style>