Shades of Celery #BFBE49
Tints of Celery #BFBE49
RGB
CMYK
RGB Variations
Color information
#BFBE49 (or 0xBFBE49) is known color: Celery. HEX triplet: BF, BE and 49. RGB value is (191,190,73). Sum of RGB (Red+Green+Blue) = 191+190+73=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE49 is #4041B6. Grayscale: #B1B1B1. Windows color (decimal): -4211127 or 4832959. OLE color: 4832959.
HSL color Cylindrical-coordinate representation of color #BFBE49: hue angle of 59.49º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFBE49 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 73 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.25 |
| HSL | 59.49º | 0.48% | 0.52% | - |
| HSV(B) | 59.49º | 0.62% | 0.75% | - |
| XYZ | 41.1 | 48.38 | 13.48 | - |
| YUV | 176.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 73 | 0 | 0.01 | 0.62 | 0.25 | 59.49 | 0.48 | 0.52 |
| Hex | BF | BE | 49 | 0 | 1 | 3E | 19 | 3B | 30 | 34 |
| Octal | 277 | 276 | 111 | 0 | 1 | 76 | 31 | 73 | 60 | 64 |
| Binary | 10111111 | 10111110 | 1001001 | 0 | 1 | 111110 | 11001 | 111011 | 110000 | 110100 |
Color Harmonies of #BFBE49
Complementary color
Monochromatic Colors of #BFBE49
Black with #BFBE49
Text Example
Text Example
White with #BFBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE49; }
p { color: rgb(191,190,73); }
H1.HeaderClassName
{
color: #BFBE49;
}
.AnyTagClassName
{
color: #BFBE49;
}
</style>
background-color css
<style>
a { background-color: #BFBE49; }
a { background-color: rgb(191,190,73); }
div.DivClassName
{
background-color: #BFBE49;
}
.BgClassName
{
background-color: #BFBE49;
}
</style>
border-color css
<style>
span { border-color: #BFBE49; }
span { border-color: rgb(191,190,73); }
td.TdClassName
{
border-color: #BFBE49;
}
.TagClassName
{
border-color: #BFBE49;
}
</style>