Shades of Celery #BFC845
Tints of Celery #BFC845
RGB
CMYK
RGB Variations
Color information
#BFC845 (or 0xBFC845) is known color: Celery. HEX triplet: BF, C8 and 45. RGB value is (191,200,69). Sum of RGB (Red+Green+Blue) = 191+200+69=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC845 is #4037BA. Grayscale: #B6B6B6. Windows color (decimal): -4208571 or 4573375. OLE color: 4573375.
HSL color Cylindrical-coordinate representation of color #BFC845: hue angle of 64.12º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFC845 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 69 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.22 |
| HSL | 64.12º | 0.54% | 0.53% | - |
| HSV(B) | 64.12º | 0.66% | 0.78% | - |
| XYZ | 43.21 | 52.81 | 13.55 | - |
| YUV | 182.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 69 | 0.04 | 0 | 0.66 | 0.22 | 64.12 | 0.54 | 0.53 |
| Hex | BF | C8 | 45 | 4 | 0 | 42 | 16 | 40 | 36 | 35 |
| Octal | 277 | 310 | 105 | 4 | 0 | 102 | 26 | 100 | 66 | 65 |
| Binary | 10111111 | 11001000 | 1000101 | 100 | 0 | 1000010 | 10110 | 1000000 | 110110 | 110101 |
Color Harmonies of #BFC845
Complementary color
Monochromatic Colors of #BFC845
Black with #BFC845
Text Example
Text Example
White with #BFC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC845; }
p { color: rgb(191,200,69); }
H1.HeaderClassName
{
color: #BFC845;
}
.AnyTagClassName
{
color: #BFC845;
}
</style>
background-color css
<style>
a { background-color: #BFC845; }
a { background-color: rgb(191,200,69); }
div.DivClassName
{
background-color: #BFC845;
}
.BgClassName
{
background-color: #BFC845;
}
</style>
border-color css
<style>
span { border-color: #BFC845; }
span { border-color: rgb(191,200,69); }
td.TdClassName
{
border-color: #BFC845;
}
.TagClassName
{
border-color: #BFC845;
}
</style>