Shades of Celery #BFC14C
Tints of Celery #BFC14C
RGB
CMYK
RGB Variations
Color information
#BFC14C (or 0xBFC14C) is known color: Celery. HEX triplet: BF, C1 and 4C. RGB value is (191,193,76). Sum of RGB (Red+Green+Blue) = 191+193+76=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC14C is #403EB3. Grayscale: #B3B3B3. Windows color (decimal): -4210356 or 5030335. OLE color: 5030335.
HSL color Cylindrical-coordinate representation of color #BFC14C: hue angle of 61.03º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFC14C is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 76 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.24 |
| HSL | 61.03º | 0.49% | 0.53% | - |
| HSV(B) | 61.03º | 0.61% | 0.76% | - |
| XYZ | 41.86 | 49.74 | 14.23 | - |
| YUV | 179.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 76 | 0.01 | 0 | 0.61 | 0.24 | 61.03 | 0.49 | 0.53 |
| Hex | BF | C1 | 4C | 1 | 0 | 3D | 18 | 3D | 31 | 35 |
| Octal | 277 | 301 | 114 | 1 | 0 | 75 | 30 | 75 | 61 | 65 |
| Binary | 10111111 | 11000001 | 1001100 | 1 | 0 | 111101 | 11000 | 111101 | 110001 | 110101 |
Color Harmonies of #BFC14C
Complementary color
Monochromatic Colors of #BFC14C
Black with #BFC14C
Text Example
Text Example
White with #BFC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC14C; }
p { color: rgb(191,193,76); }
H1.HeaderClassName
{
color: #BFC14C;
}
.AnyTagClassName
{
color: #BFC14C;
}
</style>
background-color css
<style>
a { background-color: #BFC14C; }
a { background-color: rgb(191,193,76); }
div.DivClassName
{
background-color: #BFC14C;
}
.BgClassName
{
background-color: #BFC14C;
}
</style>
border-color css
<style>
span { border-color: #BFC14C; }
span { border-color: rgb(191,193,76); }
td.TdClassName
{
border-color: #BFC14C;
}
.TagClassName
{
border-color: #BFC14C;
}
</style>