Shades of Celery #BFC347
Tints of Celery #BFC347
RGB
CMYK
RGB Variations
Color information
#BFC347 (or 0xBFC347) is known color: Celery. HEX triplet: BF, C3 and 47. RGB value is (191,195,71). Sum of RGB (Red+Green+Blue) = 191+195+71=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC347 is #403CB8. Grayscale: #B4B4B4. Windows color (decimal): -4209849 or 4703167. OLE color: 4703167.
HSL color Cylindrical-coordinate representation of color #BFC347: hue angle of 61.94º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFC347 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 71 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.24 |
| HSL | 61.94º | 0.51% | 0.52% | - |
| HSV(B) | 61.94º | 0.64% | 0.76% | - |
| XYZ | 42.14 | 50.56 | 13.5 | - |
| YUV | 179.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 71 | 0.02 | 0 | 0.64 | 0.24 | 61.94 | 0.51 | 0.52 |
| Hex | BF | C3 | 47 | 2 | 0 | 40 | 18 | 3E | 33 | 34 |
| Octal | 277 | 303 | 107 | 2 | 0 | 100 | 30 | 76 | 63 | 64 |
| Binary | 10111111 | 11000011 | 1000111 | 10 | 0 | 1000000 | 11000 | 111110 | 110011 | 110100 |
Color Harmonies of #BFC347
Complementary color
Monochromatic Colors of #BFC347
Black with #BFC347
Text Example
Text Example
White with #BFC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC347; }
p { color: rgb(191,195,71); }
H1.HeaderClassName
{
color: #BFC347;
}
.AnyTagClassName
{
color: #BFC347;
}
</style>
background-color css
<style>
a { background-color: #BFC347; }
a { background-color: rgb(191,195,71); }
div.DivClassName
{
background-color: #BFC347;
}
.BgClassName
{
background-color: #BFC347;
}
</style>
border-color css
<style>
span { border-color: #BFC347; }
span { border-color: rgb(191,195,71); }
td.TdClassName
{
border-color: #BFC347;
}
.TagClassName
{
border-color: #BFC347;
}
</style>