Shades of Celery #BFC54F
Tints of Celery #BFC54F
RGB
CMYK
RGB Variations
Color information
#BFC54F (or 0xBFC54F) is known color: Celery. HEX triplet: BF, C5 and 4F. RGB value is (191,197,79). Sum of RGB (Red+Green+Blue) = 191+197+79=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC54F is #403AB0. Grayscale: #B6B6B6. Windows color (decimal): -4209329 or 5227967. OLE color: 5227967.
HSL color Cylindrical-coordinate representation of color #BFC54F: hue angle of 63.05º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFC54F is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 79 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.23 |
| HSL | 63.05º | 0.5% | 0.54% | - |
| HSV(B) | 63.05º | 0.6% | 0.77% | - |
| XYZ | 42.86 | 51.57 | 15.09 | - |
| YUV | 181.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 79 | 0.03 | 0 | 0.60 | 0.23 | 63.05 | 0.5 | 0.54 |
| Hex | BF | C5 | 4F | 3 | 0 | 3C | 17 | 3F | 32 | 36 |
| Octal | 277 | 305 | 117 | 3 | 0 | 74 | 27 | 77 | 62 | 66 |
| Binary | 10111111 | 11000101 | 1001111 | 11 | 0 | 111100 | 10111 | 111111 | 110010 | 110110 |
Color Harmonies of #BFC54F
Complementary color
Monochromatic Colors of #BFC54F
Black with #BFC54F
Text Example
Text Example
White with #BFC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC54F; }
p { color: rgb(191,197,79); }
H1.HeaderClassName
{
color: #BFC54F;
}
.AnyTagClassName
{
color: #BFC54F;
}
</style>
background-color css
<style>
a { background-color: #BFC54F; }
a { background-color: rgb(191,197,79); }
div.DivClassName
{
background-color: #BFC54F;
}
.BgClassName
{
background-color: #BFC54F;
}
</style>
border-color css
<style>
span { border-color: #BFC54F; }
span { border-color: rgb(191,197,79); }
td.TdClassName
{
border-color: #BFC54F;
}
.TagClassName
{
border-color: #BFC54F;
}
</style>