Shades of Celery #BFC64D
Tints of Celery #BFC64D
RGB
CMYK
RGB Variations
Color information
#BFC64D (or 0xBFC64D) is known color: Celery. HEX triplet: BF, C6 and 4D. RGB value is (191,198,77). Sum of RGB (Red+Green+Blue) = 191+198+77=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC64D is #4039B2. Grayscale: #B6B6B6. Windows color (decimal): -4209075 or 5097151. OLE color: 5097151.
HSL color Cylindrical-coordinate representation of color #BFC64D: hue angle of 63.47º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFC64D is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 77 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.22 |
| HSL | 63.47º | 0.51% | 0.54% | - |
| HSV(B) | 63.47º | 0.61% | 0.78% | - |
| XYZ | 43.02 | 52 | 14.79 | - |
| YUV | 182.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 77 | 0.04 | 0 | 0.61 | 0.22 | 63.47 | 0.51 | 0.54 |
| Hex | BF | C6 | 4D | 4 | 0 | 3D | 16 | 3F | 33 | 36 |
| Octal | 277 | 306 | 115 | 4 | 0 | 75 | 26 | 77 | 63 | 66 |
| Binary | 10111111 | 11000110 | 1001101 | 100 | 0 | 111101 | 10110 | 111111 | 110011 | 110110 |
Color Harmonies of #BFC64D
Complementary color
Monochromatic Colors of #BFC64D
Black with #BFC64D
Text Example
Text Example
White with #BFC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC64D; }
p { color: rgb(191,198,77); }
H1.HeaderClassName
{
color: #BFC64D;
}
.AnyTagClassName
{
color: #BFC64D;
}
</style>
background-color css
<style>
a { background-color: #BFC64D; }
a { background-color: rgb(191,198,77); }
div.DivClassName
{
background-color: #BFC64D;
}
.BgClassName
{
background-color: #BFC64D;
}
</style>
border-color css
<style>
span { border-color: #BFC64D; }
span { border-color: rgb(191,198,77); }
td.TdClassName
{
border-color: #BFC64D;
}
.TagClassName
{
border-color: #BFC64D;
}
</style>