Shades of Celery #BFC951
Tints of Celery #BFC951
RGB
CMYK
RGB Variations
Color information
#BFC951 (or 0xBFC951) is known color: Celery. HEX triplet: BF, C9 and 51. RGB value is (191,201,81). Sum of RGB (Red+Green+Blue) = 191+201+81=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC951 is #4036AE. Grayscale: #B8B8B8. Windows color (decimal): -4208303 or 5360063. OLE color: 5360063.
HSL color Cylindrical-coordinate representation of color #BFC951: hue angle of 65º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFC951 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 81 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.21 |
| HSL | 65º | 0.53% | 0.55% | - |
| HSV(B) | 65º | 0.6% | 0.79% | - |
| XYZ | 43.86 | 53.44 | 15.79 | - |
| YUV | 184.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 81 | 0.05 | 0 | 0.60 | 0.21 | 65 | 0.53 | 0.55 |
| Hex | BF | C9 | 51 | 5 | 0 | 3C | 15 | 41 | 35 | 37 |
| Octal | 277 | 311 | 121 | 5 | 0 | 74 | 25 | 101 | 65 | 67 |
| Binary | 10111111 | 11001001 | 1010001 | 101 | 0 | 111100 | 10101 | 1000001 | 110101 | 110111 |
Color Harmonies of #BFC951
Complementary color
Monochromatic Colors of #BFC951
Black with #BFC951
Text Example
Text Example
White with #BFC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC951; }
p { color: rgb(191,201,81); }
H1.HeaderClassName
{
color: #BFC951;
}
.AnyTagClassName
{
color: #BFC951;
}
</style>
background-color css
<style>
a { background-color: #BFC951; }
a { background-color: rgb(191,201,81); }
div.DivClassName
{
background-color: #BFC951;
}
.BgClassName
{
background-color: #BFC951;
}
</style>
border-color css
<style>
span { border-color: #BFC951; }
span { border-color: rgb(191,201,81); }
td.TdClassName
{
border-color: #BFC951;
}
.TagClassName
{
border-color: #BFC951;
}
</style>