Shades of Celery #BFC239
Tints of Celery #BFC239
RGB
CMYK
RGB Variations
Color information
#BFC239 (or 0xBFC239) is known color: Celery. HEX triplet: BF, C2 and 39. RGB value is (191,194,57). Sum of RGB (Red+Green+Blue) = 191+194+57=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC239 is #403DC6. Grayscale: #B2B2B2. Windows color (decimal): -4210119 or 3785407. OLE color: 3785407.
HSL color Cylindrical-coordinate representation of color #BFC239: hue angle of 61.31º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFC239 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 57 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.24 |
| HSL | 61.31º | 0.55% | 0.49% | - |
| HSV(B) | 61.31º | 0.71% | 0.76% | - |
| XYZ | 41.52 | 49.96 | 11.33 | - |
| YUV | 177.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 57 | 0.02 | 0 | 0.71 | 0.24 | 61.31 | 0.55 | 0.49 |
| Hex | BF | C2 | 39 | 2 | 0 | 47 | 18 | 3D | 37 | 31 |
| Octal | 277 | 302 | 71 | 2 | 0 | 107 | 30 | 75 | 67 | 61 |
| Binary | 10111111 | 11000010 | 111001 | 10 | 0 | 1000111 | 11000 | 111101 | 110111 | 110001 |
Color Harmonies of #BFC239
Complementary color
Monochromatic Colors of #BFC239
Black with #BFC239
Text Example
Text Example
White with #BFC239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC239; }
p { color: rgb(191,194,57); }
H1.HeaderClassName
{
color: #BFC239;
}
.AnyTagClassName
{
color: #BFC239;
}
</style>
background-color css
<style>
a { background-color: #BFC239; }
a { background-color: rgb(191,194,57); }
div.DivClassName
{
background-color: #BFC239;
}
.BgClassName
{
background-color: #BFC239;
}
</style>
border-color css
<style>
span { border-color: #BFC239; }
span { border-color: rgb(191,194,57); }
td.TdClassName
{
border-color: #BFC239;
}
.TagClassName
{
border-color: #BFC239;
}
</style>