Shades of Celery #BFC540
Tints of Celery #BFC540
RGB
CMYK
RGB Variations
Color information
#BFC540 (or 0xBFC540) is known color: Celery. HEX triplet: BF, C5 and 40. RGB value is (191,197,64). Sum of RGB (Red+Green+Blue) = 191+197+64=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC540 is #403ABF. Grayscale: #B4B4B4. Windows color (decimal): -4209344 or 4244927. OLE color: 4244927.
HSL color Cylindrical-coordinate representation of color #BFC540: hue angle of 62.71º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFC540 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 64 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.23 |
| HSL | 62.71º | 0.53% | 0.51% | - |
| HSV(B) | 62.71º | 0.68% | 0.77% | - |
| XYZ | 42.38 | 51.38 | 12.53 | - |
| YUV | 180.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 64 | 0.03 | 0 | 0.68 | 0.23 | 62.71 | 0.53 | 0.51 |
| Hex | BF | C5 | 40 | 3 | 0 | 44 | 17 | 3F | 35 | 33 |
| Octal | 277 | 305 | 100 | 3 | 0 | 104 | 27 | 77 | 65 | 63 |
| Binary | 10111111 | 11000101 | 1000000 | 11 | 0 | 1000100 | 10111 | 111111 | 110101 | 110011 |
Color Harmonies of #BFC540
Complementary color
Monochromatic Colors of #BFC540
Black with #BFC540
Text Example
Text Example
White with #BFC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC540; }
p { color: rgb(191,197,64); }
H1.HeaderClassName
{
color: #BFC540;
}
.AnyTagClassName
{
color: #BFC540;
}
</style>
background-color css
<style>
a { background-color: #BFC540; }
a { background-color: rgb(191,197,64); }
div.DivClassName
{
background-color: #BFC540;
}
.BgClassName
{
background-color: #BFC540;
}
</style>
border-color css
<style>
span { border-color: #BFC540; }
span { border-color: rgb(191,197,64); }
td.TdClassName
{
border-color: #BFC540;
}
.TagClassName
{
border-color: #BFC540;
}
</style>