Shades of Celery #BFD049
Tints of Celery #BFD049
RGB
CMYK
RGB Variations
Color information
#BFD049 (or 0xBFD049) is known color: Celery. HEX triplet: BF, D0 and 49. RGB value is (191,208,73). Sum of RGB (Red+Green+Blue) = 191+208+73=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD049 is #402FB6. Grayscale: #BCBCBC. Windows color (decimal): -4206519 or 4837567. OLE color: 4837567.
HSL color Cylindrical-coordinate representation of color #BFD049: hue angle of 67.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFD049 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 73 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.18 |
| HSL | 67.56º | 0.59% | 0.55% | - |
| HSV(B) | 67.56º | 0.65% | 0.82% | - |
| XYZ | 45.24 | 56.67 | 14.86 | - |
| YUV | 187.53 | 63.37 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 73 | 0.08 | 0 | 0.65 | 0.18 | 67.56 | 0.59 | 0.55 |
| Hex | BF | D0 | 49 | 8 | 0 | 41 | 12 | 44 | 3B | 37 |
| Octal | 277 | 320 | 111 | 10 | 0 | 101 | 22 | 104 | 73 | 67 |
| Binary | 10111111 | 11010000 | 1001001 | 1000 | 0 | 1000001 | 10010 | 1000100 | 111011 | 110111 |
Color Harmonies of #BFD049
Complementary color
Monochromatic Colors of #BFD049
Black with #BFD049
Text Example
Text Example
White with #BFD049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD049; }
p { color: rgb(191,208,73); }
H1.HeaderClassName
{
color: #BFD049;
}
.AnyTagClassName
{
color: #BFD049;
}
</style>
background-color css
<style>
a { background-color: #BFD049; }
a { background-color: rgb(191,208,73); }
div.DivClassName
{
background-color: #BFD049;
}
.BgClassName
{
background-color: #BFD049;
}
</style>
border-color css
<style>
span { border-color: #BFD049; }
span { border-color: rgb(191,208,73); }
td.TdClassName
{
border-color: #BFD049;
}
.TagClassName
{
border-color: #BFD049;
}
</style>