Shades of Celery #BFC440
Tints of Celery #BFC440
RGB
CMYK
RGB Variations
Color information
#BFC440 (or 0xBFC440) is known color: Celery. HEX triplet: BF, C4 and 40. RGB value is (191,196,64). Sum of RGB (Red+Green+Blue) = 191+196+64=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC440 is #403BBF. Grayscale: #B3B3B3. Windows color (decimal): -4209600 or 4244671. OLE color: 4244671.
HSL color Cylindrical-coordinate representation of color #BFC440: hue angle of 62.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFC440 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 64 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.23 |
| HSL | 62.27º | 0.53% | 0.51% | - |
| HSV(B) | 62.27º | 0.67% | 0.77% | - |
| XYZ | 42.15 | 50.93 | 12.46 | - |
| YUV | 179.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 64 | 0.03 | 0 | 0.67 | 0.23 | 62.27 | 0.53 | 0.51 |
| Hex | BF | C4 | 40 | 3 | 0 | 43 | 17 | 3E | 35 | 33 |
| Octal | 277 | 304 | 100 | 3 | 0 | 103 | 27 | 76 | 65 | 63 |
| Binary | 10111111 | 11000100 | 1000000 | 11 | 0 | 1000011 | 10111 | 111110 | 110101 | 110011 |
Color Harmonies of #BFC440
Complementary color
Monochromatic Colors of #BFC440
Black with #BFC440
Text Example
Text Example
White with #BFC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC440; }
p { color: rgb(191,196,64); }
H1.HeaderClassName
{
color: #BFC440;
}
.AnyTagClassName
{
color: #BFC440;
}
</style>
background-color css
<style>
a { background-color: #BFC440; }
a { background-color: rgb(191,196,64); }
div.DivClassName
{
background-color: #BFC440;
}
.BgClassName
{
background-color: #BFC440;
}
</style>
border-color css
<style>
span { border-color: #BFC440; }
span { border-color: rgb(191,196,64); }
td.TdClassName
{
border-color: #BFC440;
}
.TagClassName
{
border-color: #BFC440;
}
</style>