Shades of Celery #BFC64E
Tints of Celery #BFC64E
RGB
CMYK
RGB Variations
Color information
#BFC64E (or 0xBFC64E) is known color: Celery. HEX triplet: BF, C6 and 4E. RGB value is (191,198,78). Sum of RGB (Red+Green+Blue) = 191+198+78=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC64E is #4039B1. Grayscale: #B6B6B6. Windows color (decimal): -4209074 or 5162687. OLE color: 5162687.
HSL color Cylindrical-coordinate representation of color #BFC64E: hue angle of 63.5º 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 #BFC64E is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 78 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.22 |
| HSL | 63.5º | 0.51% | 0.54% | - |
| HSV(B) | 63.5º | 0.61% | 0.78% | - |
| XYZ | 43.06 | 52.01 | 14.98 | - |
| YUV | 182.23 | 69.18 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 78 | 0.04 | 0 | 0.61 | 0.22 | 63.5 | 0.51 | 0.54 |
| Hex | BF | C6 | 4E | 4 | 0 | 3D | 16 | 40 | 33 | 36 |
| Octal | 277 | 306 | 116 | 4 | 0 | 75 | 26 | 100 | 63 | 66 |
| Binary | 10111111 | 11000110 | 1001110 | 100 | 0 | 111101 | 10110 | 1000000 | 110011 | 110110 |
Color Harmonies of #BFC64E
Complementary color
Monochromatic Colors of #BFC64E
Black with #BFC64E
Text Example
Text Example
White with #BFC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC64E; }
p { color: rgb(191,198,78); }
H1.HeaderClassName
{
color: #BFC64E;
}
.AnyTagClassName
{
color: #BFC64E;
}
</style>
background-color css
<style>
a { background-color: #BFC64E; }
a { background-color: rgb(191,198,78); }
div.DivClassName
{
background-color: #BFC64E;
}
.BgClassName
{
background-color: #BFC64E;
}
</style>
border-color css
<style>
span { border-color: #BFC64E; }
span { border-color: rgb(191,198,78); }
td.TdClassName
{
border-color: #BFC64E;
}
.TagClassName
{
border-color: #BFC64E;
}
</style>