Shades of Celery #BFC53D
Tints of Celery #BFC53D
RGB
CMYK
RGB Variations
Color information
#BFC53D (or 0xBFC53D) is known color: Celery. HEX triplet: BF, C5 and 3D. RGB value is (191,197,61). Sum of RGB (Red+Green+Blue) = 191+197+61=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC53D is #403AC2. Grayscale: #B4B4B4. Windows color (decimal): -4209347 or 4048319. OLE color: 4048319.
HSL color Cylindrical-coordinate representation of color #BFC53D: hue angle of 62.65º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFC53D is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 61 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.23 |
| HSL | 62.65º | 0.54% | 0.51% | - |
| HSV(B) | 62.65º | 0.69% | 0.77% | - |
| XYZ | 42.29 | 51.35 | 12.1 | - |
| YUV | 179.7 | 61.01 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 61 | 0.03 | 0 | 0.69 | 0.23 | 62.65 | 0.54 | 0.51 |
| Hex | BF | C5 | 3D | 3 | 0 | 45 | 17 | 3F | 36 | 33 |
| Octal | 277 | 305 | 75 | 3 | 0 | 105 | 27 | 77 | 66 | 63 |
| Binary | 10111111 | 11000101 | 111101 | 11 | 0 | 1000101 | 10111 | 111111 | 110110 | 110011 |
Color Harmonies of #BFC53D
Complementary color
Monochromatic Colors of #BFC53D
Black with #BFC53D
Text Example
Text Example
White with #BFC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC53D; }
p { color: rgb(191,197,61); }
H1.HeaderClassName
{
color: #BFC53D;
}
.AnyTagClassName
{
color: #BFC53D;
}
</style>
background-color css
<style>
a { background-color: #BFC53D; }
a { background-color: rgb(191,197,61); }
div.DivClassName
{
background-color: #BFC53D;
}
.BgClassName
{
background-color: #BFC53D;
}
</style>
border-color css
<style>
span { border-color: #BFC53D; }
span { border-color: rgb(191,197,61); }
td.TdClassName
{
border-color: #BFC53D;
}
.TagClassName
{
border-color: #BFC53D;
}
</style>