Shades of Celery #BFBF40
Tints of Celery #BFBF40
RGB
CMYK
RGB Variations
Color information
#BFBF40 (or 0xBFBF40) is known color: Celery. HEX triplet: BF, BF and 40. RGB value is (191,191,64). Sum of RGB (Red+Green+Blue) = 191+191+64=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF40 is #4040BF. Grayscale: #B1B1B1. Windows color (decimal): -4210880 or 4243391. OLE color: 4243391.
HSL color Cylindrical-coordinate representation of color #BFBF40: hue angle of 60º 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 #BFBF40 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 64 | - |
| CMYK | 0 | 0 | 0.66 | 0.25 |
| HSL | 60º | 0.5% | 0.5% | - |
| HSV(B) | 60º | 0.66% | 0.75% | - |
| XYZ | 41.04 | 48.71 | 12.09 | - |
| YUV | 176.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 64 | 0 | 0 | 0.66 | 0.25 | 60 | 0.5 | 0.5 |
| Hex | BF | BF | 40 | 0 | 0 | 42 | 19 | 3C | 32 | 32 |
| Octal | 277 | 277 | 100 | 0 | 0 | 102 | 31 | 74 | 62 | 62 |
| Binary | 10111111 | 10111111 | 1000000 | 0 | 0 | 1000010 | 11001 | 111100 | 110010 | 110010 |
Color Harmonies of #BFBF40
Complementary color
Monochromatic Colors of #BFBF40
Black with #BFBF40
Text Example
Text Example
White with #BFBF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF40; }
p { color: rgb(191,191,64); }
H1.HeaderClassName
{
color: #BFBF40;
}
.AnyTagClassName
{
color: #BFBF40;
}
</style>
background-color css
<style>
a { background-color: #BFBF40; }
a { background-color: rgb(191,191,64); }
div.DivClassName
{
background-color: #BFBF40;
}
.BgClassName
{
background-color: #BFBF40;
}
</style>
border-color css
<style>
span { border-color: #BFBF40; }
span { border-color: rgb(191,191,64); }
td.TdClassName
{
border-color: #BFBF40;
}
.TagClassName
{
border-color: #BFBF40;
}
</style>