Shades of Celery #BFBA41
Tints of Celery #BFBA41
RGB
CMYK
RGB Variations
Color information
#BFBA41 (or 0xBFBA41) is known color: Celery. HEX triplet: BF, BA and 41. RGB value is (191,186,65). Sum of RGB (Red+Green+Blue) = 191+186+65=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA41 is #4045BE. Grayscale: #AEAEAE. Windows color (decimal): -4212159 or 4307647. OLE color: 4307647.
HSL color Cylindrical-coordinate representation of color #BFBA41: hue angle of 57.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFBA41 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 65 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.25 |
| HSL | 57.62º | 0.5% | 0.5% | - |
| HSV(B) | 57.62º | 0.66% | 0.75% | - |
| XYZ | 40 | 46.58 | 11.88 | - |
| YUV | 173.7 | 66.66 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 65 | 0 | 0.03 | 0.66 | 0.25 | 57.62 | 0.5 | 0.5 |
| Hex | BF | BA | 41 | 0 | 3 | 42 | 19 | 3A | 32 | 32 |
| Octal | 277 | 272 | 101 | 0 | 3 | 102 | 31 | 72 | 62 | 62 |
| Binary | 10111111 | 10111010 | 1000001 | 0 | 11 | 1000010 | 11001 | 111010 | 110010 | 110010 |
Color Harmonies of #BFBA41
Complementary color
Monochromatic Colors of #BFBA41
Black with #BFBA41
Text Example
Text Example
White with #BFBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA41; }
p { color: rgb(191,186,65); }
H1.HeaderClassName
{
color: #BFBA41;
}
.AnyTagClassName
{
color: #BFBA41;
}
</style>
background-color css
<style>
a { background-color: #BFBA41; }
a { background-color: rgb(191,186,65); }
div.DivClassName
{
background-color: #BFBA41;
}
.BgClassName
{
background-color: #BFBA41;
}
</style>
border-color css
<style>
span { border-color: #BFBA41; }
span { border-color: rgb(191,186,65); }
td.TdClassName
{
border-color: #BFBA41;
}
.TagClassName
{
border-color: #BFBA41;
}
</style>