Shades of Celery #BFC043
Tints of Celery #BFC043
RGB
CMYK
RGB Variations
Color information
#BFC043 (or 0xBFC043) is known color: Celery. HEX triplet: BF, C0 and 43. RGB value is (191,192,67). Sum of RGB (Red+Green+Blue) = 191+192+67=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC043 is #403FBC. Grayscale: #B1B1B1. Windows color (decimal): -4210621 or 4440255. OLE color: 4440255.
HSL color Cylindrical-coordinate representation of color #BFC043: hue angle of 60.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFC043 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 67 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.25 |
| HSL | 60.48º | 0.5% | 0.51% | - |
| HSV(B) | 60.48º | 0.65% | 0.75% | - |
| XYZ | 41.35 | 49.18 | 12.62 | - |
| YUV | 177.45 | 65.67 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 67 | 0.01 | 0 | 0.65 | 0.25 | 60.48 | 0.5 | 0.51 |
| Hex | BF | C0 | 43 | 1 | 0 | 41 | 19 | 3C | 32 | 33 |
| Octal | 277 | 300 | 103 | 1 | 0 | 101 | 31 | 74 | 62 | 63 |
| Binary | 10111111 | 11000000 | 1000011 | 1 | 0 | 1000001 | 11001 | 111100 | 110010 | 110011 |
Color Harmonies of #BFC043
Complementary color
Monochromatic Colors of #BFC043
Black with #BFC043
Text Example
Text Example
White with #BFC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC043; }
p { color: rgb(191,192,67); }
H1.HeaderClassName
{
color: #BFC043;
}
.AnyTagClassName
{
color: #BFC043;
}
</style>
background-color css
<style>
a { background-color: #BFC043; }
a { background-color: rgb(191,192,67); }
div.DivClassName
{
background-color: #BFC043;
}
.BgClassName
{
background-color: #BFC043;
}
</style>
border-color css
<style>
span { border-color: #BFC043; }
span { border-color: rgb(191,192,67); }
td.TdClassName
{
border-color: #BFC043;
}
.TagClassName
{
border-color: #BFC043;
}
</style>