Shades of Celery #BFC241
Tints of Celery #BFC241
RGB
CMYK
RGB Variations
Color information
#BFC241 (or 0xBFC241) is known color: Celery. HEX triplet: BF, C2 and 41. RGB value is (191,194,65). Sum of RGB (Red+Green+Blue) = 191+194+65=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC241 is #403DBE. Grayscale: #B2B2B2. Windows color (decimal): -4210111 or 4309695. OLE color: 4309695.
HSL color Cylindrical-coordinate representation of color #BFC241: hue angle of 61.4º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFC241 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 65 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.24 |
| HSL | 61.4º | 0.51% | 0.51% | - |
| HSV(B) | 61.4º | 0.66% | 0.76% | - |
| XYZ | 41.73 | 50.04 | 12.46 | - |
| YUV | 178.4 | 64.01 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 65 | 0.02 | 0 | 0.66 | 0.24 | 61.4 | 0.51 | 0.51 |
| Hex | BF | C2 | 41 | 2 | 0 | 42 | 18 | 3D | 33 | 33 |
| Octal | 277 | 302 | 101 | 2 | 0 | 102 | 30 | 75 | 63 | 63 |
| Binary | 10111111 | 11000010 | 1000001 | 10 | 0 | 1000010 | 11000 | 111101 | 110011 | 110011 |
Color Harmonies of #BFC241
Complementary color
Monochromatic Colors of #BFC241
Black with #BFC241
Text Example
Text Example
White with #BFC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC241; }
p { color: rgb(191,194,65); }
H1.HeaderClassName
{
color: #BFC241;
}
.AnyTagClassName
{
color: #BFC241;
}
</style>
background-color css
<style>
a { background-color: #BFC241; }
a { background-color: rgb(191,194,65); }
div.DivClassName
{
background-color: #BFC241;
}
.BgClassName
{
background-color: #BFC241;
}
</style>
border-color css
<style>
span { border-color: #BFC241; }
span { border-color: rgb(191,194,65); }
td.TdClassName
{
border-color: #BFC241;
}
.TagClassName
{
border-color: #BFC241;
}
</style>