Shades of Celery #BFC151
Tints of Celery #BFC151
RGB
CMYK
RGB Variations
Color information
#BFC151 (or 0xBFC151) is known color: Celery. HEX triplet: BF, C1 and 51. RGB value is (191,193,81). Sum of RGB (Red+Green+Blue) = 191+193+81=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC151 is #403EAE. Grayscale: #B4B4B4. Windows color (decimal): -4210351 or 5358015. OLE color: 5358015.
HSL color Cylindrical-coordinate representation of color #BFC151: hue angle of 61.07º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFC151 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 81 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.24 |
| HSL | 61.07º | 0.47% | 0.54% | - |
| HSV(B) | 61.07º | 0.58% | 0.76% | - |
| XYZ | 42.04 | 49.81 | 15.18 | - |
| YUV | 179.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 81 | 0.01 | 0 | 0.58 | 0.24 | 61.07 | 0.47 | 0.54 |
| Hex | BF | C1 | 51 | 1 | 0 | 3A | 18 | 3D | 2F | 36 |
| Octal | 277 | 301 | 121 | 1 | 0 | 72 | 30 | 75 | 57 | 66 |
| Binary | 10111111 | 11000001 | 1010001 | 1 | 0 | 111010 | 11000 | 111101 | 101111 | 110110 |
Color Harmonies of #BFC151
Complementary color
Monochromatic Colors of #BFC151
Black with #BFC151
Text Example
Text Example
White with #BFC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC151; }
p { color: rgb(191,193,81); }
H1.HeaderClassName
{
color: #BFC151;
}
.AnyTagClassName
{
color: #BFC151;
}
</style>
background-color css
<style>
a { background-color: #BFC151; }
a { background-color: rgb(191,193,81); }
div.DivClassName
{
background-color: #BFC151;
}
.BgClassName
{
background-color: #BFC151;
}
</style>
border-color css
<style>
span { border-color: #BFC151; }
span { border-color: rgb(191,193,81); }
td.TdClassName
{
border-color: #BFC151;
}
.TagClassName
{
border-color: #BFC151;
}
</style>