Shades of Celery #BFC139
Tints of Celery #BFC139
RGB
CMYK
RGB Variations
Color information
#BFC139 (or 0xBFC139) is known color: Celery. HEX triplet: BF, C1 and 39. RGB value is (191,193,57). Sum of RGB (Red+Green+Blue) = 191+193+57=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC139 is #403EC6. Grayscale: #B1B1B1. Windows color (decimal): -4210375 or 3785151. OLE color: 3785151.
HSL color Cylindrical-coordinate representation of color #BFC139: hue angle of 60.88º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFC139 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 57 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.24 |
| HSL | 60.88º | 0.54% | 0.49% | - |
| HSV(B) | 60.88º | 0.7% | 0.76% | - |
| XYZ | 41.29 | 49.51 | 11.25 | - |
| YUV | 176.9 | 60.34 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 57 | 0.01 | 0 | 0.70 | 0.24 | 60.88 | 0.54 | 0.49 |
| Hex | BF | C1 | 39 | 1 | 0 | 46 | 18 | 3D | 36 | 31 |
| Octal | 277 | 301 | 71 | 1 | 0 | 106 | 30 | 75 | 66 | 61 |
| Binary | 10111111 | 11000001 | 111001 | 1 | 0 | 1000110 | 11000 | 111101 | 110110 | 110001 |
Color Harmonies of #BFC139
Complementary color
Monochromatic Colors of #BFC139
Black with #BFC139
Text Example
Text Example
White with #BFC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC139; }
p { color: rgb(191,193,57); }
H1.HeaderClassName
{
color: #BFC139;
}
.AnyTagClassName
{
color: #BFC139;
}
</style>
background-color css
<style>
a { background-color: #BFC139; }
a { background-color: rgb(191,193,57); }
div.DivClassName
{
background-color: #BFC139;
}
.BgClassName
{
background-color: #BFC139;
}
</style>
border-color css
<style>
span { border-color: #BFC139; }
span { border-color: rgb(191,193,57); }
td.TdClassName
{
border-color: #BFC139;
}
.TagClassName
{
border-color: #BFC139;
}
</style>