Shades of Celery #BFBA4D
Tints of Celery #BFBA4D
RGB
CMYK
RGB Variations
Color information
#BFBA4D (or 0xBFBA4D) is known color: Celery. HEX triplet: BF, BA and 4D. RGB value is (191,186,77). Sum of RGB (Red+Green+Blue) = 191+186+77=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA4D is #4045B2. Grayscale: #AFAFAF. Windows color (decimal): -4212147 or 5094079. OLE color: 5094079.
HSL color Cylindrical-coordinate representation of color #BFBA4D: hue angle of 57.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFBA4D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 77 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.25 |
| HSL | 57.37º | 0.47% | 0.53% | - |
| HSV(B) | 57.37º | 0.6% | 0.75% | - |
| XYZ | 40.38 | 46.73 | 13.91 | - |
| YUV | 175.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 77 | 0 | 0.03 | 0.60 | 0.25 | 57.37 | 0.47 | 0.53 |
| Hex | BF | BA | 4D | 0 | 3 | 3C | 19 | 39 | 2F | 35 |
| Octal | 277 | 272 | 115 | 0 | 3 | 74 | 31 | 71 | 57 | 65 |
| Binary | 10111111 | 10111010 | 1001101 | 0 | 11 | 111100 | 11001 | 111001 | 101111 | 110101 |
Color Harmonies of #BFBA4D
Complementary color
Monochromatic Colors of #BFBA4D
Black with #BFBA4D
Text Example
Text Example
White with #BFBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA4D; }
p { color: rgb(191,186,77); }
H1.HeaderClassName
{
color: #BFBA4D;
}
.AnyTagClassName
{
color: #BFBA4D;
}
</style>
background-color css
<style>
a { background-color: #BFBA4D; }
a { background-color: rgb(191,186,77); }
div.DivClassName
{
background-color: #BFBA4D;
}
.BgClassName
{
background-color: #BFBA4D;
}
</style>
border-color css
<style>
span { border-color: #BFBA4D; }
span { border-color: rgb(191,186,77); }
td.TdClassName
{
border-color: #BFBA4D;
}
.TagClassName
{
border-color: #BFBA4D;
}
</style>