Shades of Celery #BFC154
Tints of Celery #BFC154
RGB
CMYK
RGB Variations
Color information
#BFC154 (or 0xBFC154) is known color: Celery. HEX triplet: BF, C1 and 54. RGB value is (191,193,84). Sum of RGB (Red+Green+Blue) = 191+193+84=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC154 is #403EAB. Grayscale: #B4B4B4. Windows color (decimal): -4210348 or 5554623. OLE color: 5554623.
HSL color Cylindrical-coordinate representation of color #BFC154: hue angle of 61.1º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFC154 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 84 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.24 |
| HSL | 61.1º | 0.47% | 0.54% | - |
| HSV(B) | 61.1º | 0.56% | 0.76% | - |
| XYZ | 42.16 | 49.86 | 15.79 | - |
| YUV | 179.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 84 | 0.01 | 0 | 0.56 | 0.24 | 61.1 | 0.47 | 0.54 |
| Hex | BF | C1 | 54 | 1 | 0 | 38 | 18 | 3D | 2F | 36 |
| Octal | 277 | 301 | 124 | 1 | 0 | 70 | 30 | 75 | 57 | 66 |
| Binary | 10111111 | 11000001 | 1010100 | 1 | 0 | 111000 | 11000 | 111101 | 101111 | 110110 |
Color Harmonies of #BFC154
Complementary color
Monochromatic Colors of #BFC154
Black with #BFC154
Text Example
Text Example
White with #BFC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC154; }
p { color: rgb(191,193,84); }
H1.HeaderClassName
{
color: #BFC154;
}
.AnyTagClassName
{
color: #BFC154;
}
</style>
background-color css
<style>
a { background-color: #BFC154; }
a { background-color: rgb(191,193,84); }
div.DivClassName
{
background-color: #BFC154;
}
.BgClassName
{
background-color: #BFC154;
}
</style>
border-color css
<style>
span { border-color: #BFC154; }
span { border-color: rgb(191,193,84); }
td.TdClassName
{
border-color: #BFC154;
}
.TagClassName
{
border-color: #BFC154;
}
</style>