Shades of Celery #BFC641
Tints of Celery #BFC641
RGB
CMYK
RGB Variations
Color information
#BFC641 (or 0xBFC641) is known color: Celery. HEX triplet: BF, C6 and 41. RGB value is (191,198,65). Sum of RGB (Red+Green+Blue) = 191+198+65=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC641 is #4039BE. Grayscale: #B5B5B5. Windows color (decimal): -4209087 or 4310719. OLE color: 4310719.
HSL color Cylindrical-coordinate representation of color #BFC641: hue angle of 63.16º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFC641 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 65 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.22 |
| HSL | 63.16º | 0.54% | 0.52% | - |
| HSV(B) | 63.16º | 0.67% | 0.78% | - |
| XYZ | 42.63 | 51.85 | 12.76 | - |
| YUV | 180.75 | 62.68 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 65 | 0.04 | 0 | 0.67 | 0.22 | 63.16 | 0.54 | 0.52 |
| Hex | BF | C6 | 41 | 4 | 0 | 43 | 16 | 3F | 36 | 34 |
| Octal | 277 | 306 | 101 | 4 | 0 | 103 | 26 | 77 | 66 | 64 |
| Binary | 10111111 | 11000110 | 1000001 | 100 | 0 | 1000011 | 10110 | 111111 | 110110 | 110100 |
Color Harmonies of #BFC641
Complementary color
Monochromatic Colors of #BFC641
Black with #BFC641
Text Example
Text Example
White with #BFC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC641; }
p { color: rgb(191,198,65); }
H1.HeaderClassName
{
color: #BFC641;
}
.AnyTagClassName
{
color: #BFC641;
}
</style>
background-color css
<style>
a { background-color: #BFC641; }
a { background-color: rgb(191,198,65); }
div.DivClassName
{
background-color: #BFC641;
}
.BgClassName
{
background-color: #BFC641;
}
</style>
border-color css
<style>
span { border-color: #BFC641; }
span { border-color: rgb(191,198,65); }
td.TdClassName
{
border-color: #BFC641;
}
.TagClassName
{
border-color: #BFC641;
}
</style>