Shades of Celery #BFC14A
Tints of Celery #BFC14A
RGB
CMYK
RGB Variations
Color information
#BFC14A (or 0xBFC14A) is known color: Celery. HEX triplet: BF, C1 and 4A. RGB value is (191,193,74). Sum of RGB (Red+Green+Blue) = 191+193+74=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC14A is #403EB5. Grayscale: #B3B3B3. Windows color (decimal): -4210358 or 4899263. OLE color: 4899263.
HSL color Cylindrical-coordinate representation of color #BFC14A: hue angle of 61.01º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFC14A is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 74 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.24 |
| HSL | 61.01º | 0.49% | 0.52% | - |
| HSV(B) | 61.01º | 0.62% | 0.76% | - |
| XYZ | 41.79 | 49.71 | 13.87 | - |
| YUV | 178.84 | 68.84 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 74 | 0.01 | 0 | 0.62 | 0.24 | 61.01 | 0.49 | 0.52 |
| Hex | BF | C1 | 4A | 1 | 0 | 3E | 18 | 3D | 31 | 34 |
| Octal | 277 | 301 | 112 | 1 | 0 | 76 | 30 | 75 | 61 | 64 |
| Binary | 10111111 | 11000001 | 1001010 | 1 | 0 | 111110 | 11000 | 111101 | 110001 | 110100 |
Color Harmonies of #BFC14A
Complementary color
Monochromatic Colors of #BFC14A
Black with #BFC14A
Text Example
Text Example
White with #BFC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC14A; }
p { color: rgb(191,193,74); }
H1.HeaderClassName
{
color: #BFC14A;
}
.AnyTagClassName
{
color: #BFC14A;
}
</style>
background-color css
<style>
a { background-color: #BFC14A; }
a { background-color: rgb(191,193,74); }
div.DivClassName
{
background-color: #BFC14A;
}
.BgClassName
{
background-color: #BFC14A;
}
</style>
border-color css
<style>
span { border-color: #BFC14A; }
span { border-color: rgb(191,193,74); }
td.TdClassName
{
border-color: #BFC14A;
}
.TagClassName
{
border-color: #BFC14A;
}
</style>