Shades of Celery #BFC53B
Tints of Celery #BFC53B
RGB
CMYK
RGB Variations
Color information
#BFC53B (or 0xBFC53B) is known color: Celery. HEX triplet: BF, C5 and 3B. RGB value is (191,197,59). Sum of RGB (Red+Green+Blue) = 191+197+59=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC53B is #403AC4. Grayscale: #B4B4B4. Windows color (decimal): -4209349 or 3917247. OLE color: 3917247.
HSL color Cylindrical-coordinate representation of color #BFC53B: hue angle of 62.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFC53B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 59 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.23 |
| HSL | 62.61º | 0.54% | 0.5% | - |
| HSV(B) | 62.61º | 0.7% | 0.77% | - |
| XYZ | 42.24 | 51.32 | 11.82 | - |
| YUV | 179.47 | 60.01 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 59 | 0.03 | 0 | 0.70 | 0.23 | 62.61 | 0.54 | 0.5 |
| Hex | BF | C5 | 3B | 3 | 0 | 46 | 17 | 3F | 36 | 32 |
| Octal | 277 | 305 | 73 | 3 | 0 | 106 | 27 | 77 | 66 | 62 |
| Binary | 10111111 | 11000101 | 111011 | 11 | 0 | 1000110 | 10111 | 111111 | 110110 | 110010 |
Color Harmonies of #BFC53B
Complementary color
Monochromatic Colors of #BFC53B
Black with #BFC53B
Text Example
Text Example
White with #BFC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC53B; }
p { color: rgb(191,197,59); }
H1.HeaderClassName
{
color: #BFC53B;
}
.AnyTagClassName
{
color: #BFC53B;
}
</style>
background-color css
<style>
a { background-color: #BFC53B; }
a { background-color: rgb(191,197,59); }
div.DivClassName
{
background-color: #BFC53B;
}
.BgClassName
{
background-color: #BFC53B;
}
</style>
border-color css
<style>
span { border-color: #BFC53B; }
span { border-color: rgb(191,197,59); }
td.TdClassName
{
border-color: #BFC53B;
}
.TagClassName
{
border-color: #BFC53B;
}
</style>