Shades of Celery #BFC351
Tints of Celery #BFC351
RGB
CMYK
RGB Variations
Color information
#BFC351 (or 0xBFC351) is known color: Celery. HEX triplet: BF, C3 and 51. RGB value is (191,195,81). Sum of RGB (Red+Green+Blue) = 191+195+81=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC351 is #403CAE. Grayscale: #B5B5B5. Windows color (decimal): -4209839 or 5358527. OLE color: 5358527.
HSL color Cylindrical-coordinate representation of color #BFC351: hue angle of 62.11º degrees, saturation: 0.49, 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 #BFC351 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 81 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.24 |
| HSL | 62.11º | 0.49% | 0.54% | - |
| HSV(B) | 62.11º | 0.58% | 0.76% | - |
| XYZ | 42.49 | 50.7 | 15.33 | - |
| YUV | 180.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 81 | 0.02 | 0 | 0.58 | 0.24 | 62.11 | 0.49 | 0.54 |
| Hex | BF | C3 | 51 | 2 | 0 | 3A | 18 | 3E | 31 | 36 |
| Octal | 277 | 303 | 121 | 2 | 0 | 72 | 30 | 76 | 61 | 66 |
| Binary | 10111111 | 11000011 | 1010001 | 10 | 0 | 111010 | 11000 | 111110 | 110001 | 110110 |
Color Harmonies of #BFC351
Complementary color
Monochromatic Colors of #BFC351
Black with #BFC351
Text Example
Text Example
White with #BFC351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC351; }
p { color: rgb(191,195,81); }
H1.HeaderClassName
{
color: #BFC351;
}
.AnyTagClassName
{
color: #BFC351;
}
</style>
background-color css
<style>
a { background-color: #BFC351; }
a { background-color: rgb(191,195,81); }
div.DivClassName
{
background-color: #BFC351;
}
.BgClassName
{
background-color: #BFC351;
}
</style>
border-color css
<style>
span { border-color: #BFC351; }
span { border-color: rgb(191,195,81); }
td.TdClassName
{
border-color: #BFC351;
}
.TagClassName
{
border-color: #BFC351;
}
</style>