Shades of Celery #BFC14F
Tints of Celery #BFC14F
RGB
CMYK
RGB Variations
Color information
#BFC14F (or 0xBFC14F) is known color: Celery. HEX triplet: BF, C1 and 4F. RGB value is (191,193,79). Sum of RGB (Red+Green+Blue) = 191+193+79=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC14F is #403EB0. Grayscale: #B3B3B3. Windows color (decimal): -4210353 or 5226943. OLE color: 5226943.
HSL color Cylindrical-coordinate representation of color #BFC14F: hue angle of 61.05º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFC14F is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 79 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.24 |
| HSL | 61.05º | 0.48% | 0.53% | - |
| HSV(B) | 61.05º | 0.59% | 0.76% | - |
| XYZ | 41.97 | 49.78 | 14.79 | - |
| YUV | 179.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 79 | 0.01 | 0 | 0.59 | 0.24 | 61.05 | 0.48 | 0.53 |
| Hex | BF | C1 | 4F | 1 | 0 | 3B | 18 | 3D | 30 | 35 |
| Octal | 277 | 301 | 117 | 1 | 0 | 73 | 30 | 75 | 60 | 65 |
| Binary | 10111111 | 11000001 | 1001111 | 1 | 0 | 111011 | 11000 | 111101 | 110000 | 110101 |
Color Harmonies of #BFC14F
Complementary color
Monochromatic Colors of #BFC14F
Black with #BFC14F
Text Example
Text Example
White with #BFC14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC14F; }
p { color: rgb(191,193,79); }
H1.HeaderClassName
{
color: #BFC14F;
}
.AnyTagClassName
{
color: #BFC14F;
}
</style>
background-color css
<style>
a { background-color: #BFC14F; }
a { background-color: rgb(191,193,79); }
div.DivClassName
{
background-color: #BFC14F;
}
.BgClassName
{
background-color: #BFC14F;
}
</style>
border-color css
<style>
span { border-color: #BFC14F; }
span { border-color: rgb(191,193,79); }
td.TdClassName
{
border-color: #BFC14F;
}
.TagClassName
{
border-color: #BFC14F;
}
</style>