Shades of Celery #BFC142
Tints of Celery #BFC142
RGB
CMYK
RGB Variations
Color information
#BFC142 (or 0xBFC142) is known color: Celery. HEX triplet: BF, C1 and 42. RGB value is (191,193,66). Sum of RGB (Red+Green+Blue) = 191+193+66=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC142 is #403EBD. Grayscale: #B2B2B2. Windows color (decimal): -4210366 or 4374975. OLE color: 4374975.
HSL color Cylindrical-coordinate representation of color #BFC142: hue angle of 60.94º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFC142 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 66 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.24 |
| HSL | 60.94º | 0.51% | 0.51% | - |
| HSV(B) | 60.94º | 0.66% | 0.76% | - |
| XYZ | 41.54 | 49.61 | 12.54 | - |
| YUV | 177.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 66 | 0.01 | 0 | 0.66 | 0.24 | 60.94 | 0.51 | 0.51 |
| Hex | BF | C1 | 42 | 1 | 0 | 42 | 18 | 3D | 33 | 33 |
| Octal | 277 | 301 | 102 | 1 | 0 | 102 | 30 | 75 | 63 | 63 |
| Binary | 10111111 | 11000001 | 1000010 | 1 | 0 | 1000010 | 11000 | 111101 | 110011 | 110011 |
Color Harmonies of #BFC142
Complementary color
Monochromatic Colors of #BFC142
Black with #BFC142
Text Example
Text Example
White with #BFC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC142; }
p { color: rgb(191,193,66); }
H1.HeaderClassName
{
color: #BFC142;
}
.AnyTagClassName
{
color: #BFC142;
}
</style>
background-color css
<style>
a { background-color: #BFC142; }
a { background-color: rgb(191,193,66); }
div.DivClassName
{
background-color: #BFC142;
}
.BgClassName
{
background-color: #BFC142;
}
</style>
border-color css
<style>
span { border-color: #BFC142; }
span { border-color: rgb(191,193,66); }
td.TdClassName
{
border-color: #BFC142;
}
.TagClassName
{
border-color: #BFC142;
}
</style>