Shades of Celery #BFC346
Tints of Celery #BFC346
RGB
CMYK
RGB Variations
Color information
#BFC346 (or 0xBFC346) is known color: Celery. HEX triplet: BF, C3 and 46. RGB value is (191,195,70). Sum of RGB (Red+Green+Blue) = 191+195+70=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC346 is #403CB9. Grayscale: #B4B4B4. Windows color (decimal): -4209850 or 4637631. OLE color: 4637631.
HSL color Cylindrical-coordinate representation of color #BFC346: hue angle of 61.92º 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 #BFC346 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 70 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.24 |
| HSL | 61.92º | 0.51% | 0.52% | - |
| HSV(B) | 61.92º | 0.64% | 0.76% | - |
| XYZ | 42.11 | 50.55 | 13.33 | - |
| YUV | 179.55 | 66.17 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 70 | 0.02 | 0 | 0.64 | 0.24 | 61.92 | 0.51 | 0.52 |
| Hex | BF | C3 | 46 | 2 | 0 | 40 | 18 | 3E | 33 | 34 |
| Octal | 277 | 303 | 106 | 2 | 0 | 100 | 30 | 76 | 63 | 64 |
| Binary | 10111111 | 11000011 | 1000110 | 10 | 0 | 1000000 | 11000 | 111110 | 110011 | 110100 |
Color Harmonies of #BFC346
Complementary color
Monochromatic Colors of #BFC346
Black with #BFC346
Text Example
Text Example
White with #BFC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC346; }
p { color: rgb(191,195,70); }
H1.HeaderClassName
{
color: #BFC346;
}
.AnyTagClassName
{
color: #BFC346;
}
</style>
background-color css
<style>
a { background-color: #BFC346; }
a { background-color: rgb(191,195,70); }
div.DivClassName
{
background-color: #BFC346;
}
.BgClassName
{
background-color: #BFC346;
}
</style>
border-color css
<style>
span { border-color: #BFC346; }
span { border-color: rgb(191,195,70); }
td.TdClassName
{
border-color: #BFC346;
}
.TagClassName
{
border-color: #BFC346;
}
</style>