Shades of Celery #BFC94D
Tints of Celery #BFC94D
RGB
CMYK
RGB Variations
Color information
#BFC94D (or 0xBFC94D) is known color: Celery. HEX triplet: BF, C9 and 4D. RGB value is (191,201,77). Sum of RGB (Red+Green+Blue) = 191+201+77=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC94D is #4036B2. Grayscale: #B8B8B8. Windows color (decimal): -4208307 or 5097919. OLE color: 5097919.
HSL color Cylindrical-coordinate representation of color #BFC94D: hue angle of 64.84º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFC94D is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 77 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.21 |
| HSL | 64.84º | 0.53% | 0.55% | - |
| HSV(B) | 64.84º | 0.62% | 0.79% | - |
| XYZ | 43.71 | 53.39 | 15.02 | - |
| YUV | 183.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 77 | 0.05 | 0 | 0.62 | 0.21 | 64.84 | 0.53 | 0.55 |
| Hex | BF | C9 | 4D | 5 | 0 | 3E | 15 | 41 | 35 | 37 |
| Octal | 277 | 311 | 115 | 5 | 0 | 76 | 25 | 101 | 65 | 67 |
| Binary | 10111111 | 11001001 | 1001101 | 101 | 0 | 111110 | 10101 | 1000001 | 110101 | 110111 |
Color Harmonies of #BFC94D
Complementary color
Monochromatic Colors of #BFC94D
Black with #BFC94D
Text Example
Text Example
White with #BFC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC94D; }
p { color: rgb(191,201,77); }
H1.HeaderClassName
{
color: #BFC94D;
}
.AnyTagClassName
{
color: #BFC94D;
}
</style>
background-color css
<style>
a { background-color: #BFC94D; }
a { background-color: rgb(191,201,77); }
div.DivClassName
{
background-color: #BFC94D;
}
.BgClassName
{
background-color: #BFC94D;
}
</style>
border-color css
<style>
span { border-color: #BFC94D; }
span { border-color: rgb(191,201,77); }
td.TdClassName
{
border-color: #BFC94D;
}
.TagClassName
{
border-color: #BFC94D;
}
</style>