Shades of Celery #BFC44D
Tints of Celery #BFC44D
RGB
CMYK
RGB Variations
Color information
#BFC44D (or 0xBFC44D) is known color: Celery. HEX triplet: BF, C4 and 4D. RGB value is (191,196,77). Sum of RGB (Red+Green+Blue) = 191+196+77=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC44D is #403BB2. Grayscale: #B5B5B5. Windows color (decimal): -4209587 or 5096639. OLE color: 5096639.
HSL color Cylindrical-coordinate representation of color #BFC44D: hue angle of 62.52º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFC44D is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 77 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.23 |
| HSL | 62.52º | 0.5% | 0.54% | - |
| HSV(B) | 62.52º | 0.61% | 0.77% | - |
| XYZ | 42.57 | 51.09 | 14.64 | - |
| YUV | 180.94 | 69.34 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 77 | 0.03 | 0 | 0.61 | 0.23 | 62.52 | 0.5 | 0.54 |
| Hex | BF | C4 | 4D | 3 | 0 | 3D | 17 | 3F | 32 | 36 |
| Octal | 277 | 304 | 115 | 3 | 0 | 75 | 27 | 77 | 62 | 66 |
| Binary | 10111111 | 11000100 | 1001101 | 11 | 0 | 111101 | 10111 | 111111 | 110010 | 110110 |
Color Harmonies of #BFC44D
Complementary color
Monochromatic Colors of #BFC44D
Black with #BFC44D
Text Example
Text Example
White with #BFC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC44D; }
p { color: rgb(191,196,77); }
H1.HeaderClassName
{
color: #BFC44D;
}
.AnyTagClassName
{
color: #BFC44D;
}
</style>
background-color css
<style>
a { background-color: #BFC44D; }
a { background-color: rgb(191,196,77); }
div.DivClassName
{
background-color: #BFC44D;
}
.BgClassName
{
background-color: #BFC44D;
}
</style>
border-color css
<style>
span { border-color: #BFC44D; }
span { border-color: rgb(191,196,77); }
td.TdClassName
{
border-color: #BFC44D;
}
.TagClassName
{
border-color: #BFC44D;
}
</style>