Shades of Celery #BFC944
Tints of Celery #BFC944
RGB
CMYK
RGB Variations
Color information
#BFC944 (or 0xBFC944) is known color: Celery. HEX triplet: BF, C9 and 44. RGB value is (191,201,68). Sum of RGB (Red+Green+Blue) = 191+201+68=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC944 is #4036BB. Grayscale: #B7B7B7. Windows color (decimal): -4208316 or 4508095. OLE color: 4508095.
HSL color Cylindrical-coordinate representation of color #BFC944: hue angle of 64.51º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFC944 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 68 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.21 |
| HSL | 64.51º | 0.55% | 0.53% | - |
| HSV(B) | 64.51º | 0.66% | 0.79% | - |
| XYZ | 43.42 | 53.27 | 13.46 | - |
| YUV | 182.85 | 63.19 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 68 | 0.05 | 0 | 0.66 | 0.21 | 64.51 | 0.55 | 0.53 |
| Hex | BF | C9 | 44 | 5 | 0 | 42 | 15 | 41 | 37 | 35 |
| Octal | 277 | 311 | 104 | 5 | 0 | 102 | 25 | 101 | 67 | 65 |
| Binary | 10111111 | 11001001 | 1000100 | 101 | 0 | 1000010 | 10101 | 1000001 | 110111 | 110101 |
Color Harmonies of #BFC944
Complementary color
Monochromatic Colors of #BFC944
Black with #BFC944
Text Example
Text Example
White with #BFC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC944; }
p { color: rgb(191,201,68); }
H1.HeaderClassName
{
color: #BFC944;
}
.AnyTagClassName
{
color: #BFC944;
}
</style>
background-color css
<style>
a { background-color: #BFC944; }
a { background-color: rgb(191,201,68); }
div.DivClassName
{
background-color: #BFC944;
}
.BgClassName
{
background-color: #BFC944;
}
</style>
border-color css
<style>
span { border-color: #BFC944; }
span { border-color: rgb(191,201,68); }
td.TdClassName
{
border-color: #BFC944;
}
.TagClassName
{
border-color: #BFC944;
}
</style>