Shades of Celery #BFBA46
Tints of Celery #BFBA46
RGB
CMYK
RGB Variations
Color information
#BFBA46 (or 0xBFBA46) is known color: Celery. HEX triplet: BF, BA and 46. RGB value is (191,186,70). Sum of RGB (Red+Green+Blue) = 191+186+70=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA46 is #4045B9. Grayscale: #AEAEAE. Windows color (decimal): -4212154 or 4635327. OLE color: 4635327.
HSL color Cylindrical-coordinate representation of color #BFBA46: hue angle of 57.52º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFBA46 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 70 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.25 |
| HSL | 57.52º | 0.49% | 0.51% | - |
| HSV(B) | 57.52º | 0.63% | 0.75% | - |
| XYZ | 40.15 | 46.64 | 12.68 | - |
| YUV | 174.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 70 | 0 | 0.03 | 0.63 | 0.25 | 57.52 | 0.49 | 0.51 |
| Hex | BF | BA | 46 | 0 | 3 | 3F | 19 | 3A | 31 | 33 |
| Octal | 277 | 272 | 106 | 0 | 3 | 77 | 31 | 72 | 61 | 63 |
| Binary | 10111111 | 10111010 | 1000110 | 0 | 11 | 111111 | 11001 | 111010 | 110001 | 110011 |
Color Harmonies of #BFBA46
Complementary color
Monochromatic Colors of #BFBA46
Black with #BFBA46
Text Example
Text Example
White with #BFBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA46; }
p { color: rgb(191,186,70); }
H1.HeaderClassName
{
color: #BFBA46;
}
.AnyTagClassName
{
color: #BFBA46;
}
</style>
background-color css
<style>
a { background-color: #BFBA46; }
a { background-color: rgb(191,186,70); }
div.DivClassName
{
background-color: #BFBA46;
}
.BgClassName
{
background-color: #BFBA46;
}
</style>
border-color css
<style>
span { border-color: #BFBA46; }
span { border-color: rgb(191,186,70); }
td.TdClassName
{
border-color: #BFBA46;
}
.TagClassName
{
border-color: #BFBA46;
}
</style>