Shades of Celery #BFBA44
Tints of Celery #BFBA44
RGB
CMYK
RGB Variations
Color information
#BFBA44 (or 0xBFBA44) is known color: Celery. HEX triplet: BF, BA and 44. RGB value is (191,186,68). Sum of RGB (Red+Green+Blue) = 191+186+68=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA44 is #4045BB. Grayscale: #AEAEAE. Windows color (decimal): -4212156 or 4504255. OLE color: 4504255.
HSL color Cylindrical-coordinate representation of color #BFBA44: hue angle of 57.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFBA44 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 68 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.25 |
| HSL | 57.56º | 0.49% | 0.51% | - |
| HSV(B) | 57.56º | 0.64% | 0.75% | - |
| XYZ | 40.09 | 46.61 | 12.35 | - |
| YUV | 174.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 68 | 0 | 0.03 | 0.64 | 0.25 | 57.56 | 0.49 | 0.51 |
| Hex | BF | BA | 44 | 0 | 3 | 40 | 19 | 3A | 31 | 33 |
| Octal | 277 | 272 | 104 | 0 | 3 | 100 | 31 | 72 | 61 | 63 |
| Binary | 10111111 | 10111010 | 1000100 | 0 | 11 | 1000000 | 11001 | 111010 | 110001 | 110011 |
Color Harmonies of #BFBA44
Complementary color
Monochromatic Colors of #BFBA44
Black with #BFBA44
Text Example
Text Example
White with #BFBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA44; }
p { color: rgb(191,186,68); }
H1.HeaderClassName
{
color: #BFBA44;
}
.AnyTagClassName
{
color: #BFBA44;
}
</style>
background-color css
<style>
a { background-color: #BFBA44; }
a { background-color: rgb(191,186,68); }
div.DivClassName
{
background-color: #BFBA44;
}
.BgClassName
{
background-color: #BFBA44;
}
</style>
border-color css
<style>
span { border-color: #BFBA44; }
span { border-color: rgb(191,186,68); }
td.TdClassName
{
border-color: #BFBA44;
}
.TagClassName
{
border-color: #BFBA44;
}
</style>