Shades of Celery #BFC147
Tints of Celery #BFC147
RGB
CMYK
RGB Variations
Color information
#BFC147 (or 0xBFC147) is known color: Celery. HEX triplet: BF, C1 and 47. RGB value is (191,193,71). Sum of RGB (Red+Green+Blue) = 191+193+71=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC147 is #403EB8. Grayscale: #B2B2B2. Windows color (decimal): -4210361 or 4702655. OLE color: 4702655.
HSL color Cylindrical-coordinate representation of color #BFC147: hue angle of 60.98º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFC147 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 71 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.24 |
| HSL | 60.98º | 0.5% | 0.52% | - |
| HSV(B) | 60.98º | 0.63% | 0.76% | - |
| XYZ | 41.69 | 49.67 | 13.35 | - |
| YUV | 178.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 71 | 0.01 | 0 | 0.63 | 0.24 | 60.98 | 0.5 | 0.52 |
| Hex | BF | C1 | 47 | 1 | 0 | 3F | 18 | 3D | 32 | 34 |
| Octal | 277 | 301 | 107 | 1 | 0 | 77 | 30 | 75 | 62 | 64 |
| Binary | 10111111 | 11000001 | 1000111 | 1 | 0 | 111111 | 11000 | 111101 | 110010 | 110100 |
Color Harmonies of #BFC147
Complementary color
Monochromatic Colors of #BFC147
Black with #BFC147
Text Example
Text Example
White with #BFC147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC147; }
p { color: rgb(191,193,71); }
H1.HeaderClassName
{
color: #BFC147;
}
.AnyTagClassName
{
color: #BFC147;
}
</style>
background-color css
<style>
a { background-color: #BFC147; }
a { background-color: rgb(191,193,71); }
div.DivClassName
{
background-color: #BFC147;
}
.BgClassName
{
background-color: #BFC147;
}
</style>
border-color css
<style>
span { border-color: #BFC147; }
span { border-color: rgb(191,193,71); }
td.TdClassName
{
border-color: #BFC147;
}
.TagClassName
{
border-color: #BFC147;
}
</style>