Shades of Celery #BFC551
Tints of Celery #BFC551
RGB
CMYK
RGB Variations
Color information
#BFC551 (or 0xBFC551) is known color: Celery. HEX triplet: BF, C5 and 51. RGB value is (191,197,81). Sum of RGB (Red+Green+Blue) = 191+197+81=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC551 is #403AAE. Grayscale: #B6B6B6. Windows color (decimal): -4209327 or 5359039. OLE color: 5359039.
HSL color Cylindrical-coordinate representation of color #BFC551: hue angle of 63.1º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFC551 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 81 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.23 |
| HSL | 63.1º | 0.5% | 0.55% | - |
| HSV(B) | 63.1º | 0.59% | 0.77% | - |
| XYZ | 42.94 | 51.6 | 15.48 | - |
| YUV | 181.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 81 | 0.03 | 0 | 0.59 | 0.23 | 63.1 | 0.5 | 0.55 |
| Hex | BF | C5 | 51 | 3 | 0 | 3B | 17 | 3F | 32 | 37 |
| Octal | 277 | 305 | 121 | 3 | 0 | 73 | 27 | 77 | 62 | 67 |
| Binary | 10111111 | 11000101 | 1010001 | 11 | 0 | 111011 | 10111 | 111111 | 110010 | 110111 |
Color Harmonies of #BFC551
Complementary color
Monochromatic Colors of #BFC551
Black with #BFC551
Text Example
Text Example
White with #BFC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC551; }
p { color: rgb(191,197,81); }
H1.HeaderClassName
{
color: #BFC551;
}
.AnyTagClassName
{
color: #BFC551;
}
</style>
background-color css
<style>
a { background-color: #BFC551; }
a { background-color: rgb(191,197,81); }
div.DivClassName
{
background-color: #BFC551;
}
.BgClassName
{
background-color: #BFC551;
}
</style>
border-color css
<style>
span { border-color: #BFC551; }
span { border-color: rgb(191,197,81); }
td.TdClassName
{
border-color: #BFC551;
}
.TagClassName
{
border-color: #BFC551;
}
</style>