Shades of Celery #BFC43C
Tints of Celery #BFC43C
RGB
CMYK
RGB Variations
Color information
#BFC43C (or 0xBFC43C) is known color: Celery. HEX triplet: BF, C4 and 3C. RGB value is (191,196,60). Sum of RGB (Red+Green+Blue) = 191+196+60=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC43C is #403BC3. Grayscale: #B3B3B3. Windows color (decimal): -4209604 or 3982527. OLE color: 3982527.
HSL color Cylindrical-coordinate representation of color #BFC43C: hue angle of 62.21º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFC43C is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 60 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.23 |
| HSL | 62.21º | 0.54% | 0.5% | - |
| HSV(B) | 62.21º | 0.69% | 0.77% | - |
| XYZ | 42.04 | 50.88 | 11.88 | - |
| YUV | 179 | 60.84 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 60 | 0.03 | 0 | 0.69 | 0.23 | 62.21 | 0.54 | 0.5 |
| Hex | BF | C4 | 3C | 3 | 0 | 45 | 17 | 3E | 36 | 32 |
| Octal | 277 | 304 | 74 | 3 | 0 | 105 | 27 | 76 | 66 | 62 |
| Binary | 10111111 | 11000100 | 111100 | 11 | 0 | 1000101 | 10111 | 111110 | 110110 | 110010 |
Color Harmonies of #BFC43C
Complementary color
Monochromatic Colors of #BFC43C
Black with #BFC43C
Text Example
Text Example
White with #BFC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC43C; }
p { color: rgb(191,196,60); }
H1.HeaderClassName
{
color: #BFC43C;
}
.AnyTagClassName
{
color: #BFC43C;
}
</style>
background-color css
<style>
a { background-color: #BFC43C; }
a { background-color: rgb(191,196,60); }
div.DivClassName
{
background-color: #BFC43C;
}
.BgClassName
{
background-color: #BFC43C;
}
</style>
border-color css
<style>
span { border-color: #BFC43C; }
span { border-color: rgb(191,196,60); }
td.TdClassName
{
border-color: #BFC43C;
}
.TagClassName
{
border-color: #BFC43C;
}
</style>