Shades of Celery #BFC051
Tints of Celery #BFC051
RGB
CMYK
RGB Variations
Color information
#BFC051 (or 0xBFC051) is known color: Celery. HEX triplet: BF, C0 and 51. RGB value is (191,192,81). Sum of RGB (Red+Green+Blue) = 191+192+81=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC051 is #403FAE. Grayscale: #B3B3B3. Windows color (decimal): -4210607 or 5357759. OLE color: 5357759.
HSL color Cylindrical-coordinate representation of color #BFC051: hue angle of 60.54º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFC051 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 81 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.25 |
| HSL | 60.54º | 0.47% | 0.54% | - |
| HSV(B) | 60.54º | 0.58% | 0.75% | - |
| XYZ | 41.82 | 49.37 | 15.11 | - |
| YUV | 179.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 81 | 0.01 | 0 | 0.58 | 0.25 | 60.54 | 0.47 | 0.54 |
| Hex | BF | C0 | 51 | 1 | 0 | 3A | 19 | 3D | 2F | 36 |
| Octal | 277 | 300 | 121 | 1 | 0 | 72 | 31 | 75 | 57 | 66 |
| Binary | 10111111 | 11000000 | 1010001 | 1 | 0 | 111010 | 11001 | 111101 | 101111 | 110110 |
Color Harmonies of #BFC051
Complementary color
Monochromatic Colors of #BFC051
Black with #BFC051
Text Example
Text Example
White with #BFC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC051; }
p { color: rgb(191,192,81); }
H1.HeaderClassName
{
color: #BFC051;
}
.AnyTagClassName
{
color: #BFC051;
}
</style>
background-color css
<style>
a { background-color: #BFC051; }
a { background-color: rgb(191,192,81); }
div.DivClassName
{
background-color: #BFC051;
}
.BgClassName
{
background-color: #BFC051;
}
</style>
border-color css
<style>
span { border-color: #BFC051; }
span { border-color: rgb(191,192,81); }
td.TdClassName
{
border-color: #BFC051;
}
.TagClassName
{
border-color: #BFC051;
}
</style>