Shades of Celery #BFBB41
Tints of Celery #BFBB41
RGB
CMYK
RGB Variations
Color information
#BFBB41 (or 0xBFBB41) is known color: Celery. HEX triplet: BF, BB and 41. RGB value is (191,187,65). Sum of RGB (Red+Green+Blue) = 191+187+65=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB41 is #4044BE. Grayscale: #AEAEAE. Windows color (decimal): -4211903 or 4307903. OLE color: 4307903.
HSL color Cylindrical-coordinate representation of color #BFBB41: hue angle of 58.1º 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 #BFBB41 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 65 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.25 |
| HSL | 58.1º | 0.5% | 0.5% | - |
| HSV(B) | 58.1º | 0.66% | 0.75% | - |
| XYZ | 40.21 | 47 | 11.95 | - |
| YUV | 174.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 65 | 0 | 0.02 | 0.66 | 0.25 | 58.1 | 0.5 | 0.5 |
| Hex | BF | BB | 41 | 0 | 2 | 42 | 19 | 3A | 32 | 32 |
| Octal | 277 | 273 | 101 | 0 | 2 | 102 | 31 | 72 | 62 | 62 |
| Binary | 10111111 | 10111011 | 1000001 | 0 | 10 | 1000010 | 11001 | 111010 | 110010 | 110010 |
Color Harmonies of #BFBB41
Complementary color
Monochromatic Colors of #BFBB41
Black with #BFBB41
Text Example
Text Example
White with #BFBB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB41; }
p { color: rgb(191,187,65); }
H1.HeaderClassName
{
color: #BFBB41;
}
.AnyTagClassName
{
color: #BFBB41;
}
</style>
background-color css
<style>
a { background-color: #BFBB41; }
a { background-color: rgb(191,187,65); }
div.DivClassName
{
background-color: #BFBB41;
}
.BgClassName
{
background-color: #BFBB41;
}
</style>
border-color css
<style>
span { border-color: #BFBB41; }
span { border-color: rgb(191,187,65); }
td.TdClassName
{
border-color: #BFBB41;
}
.TagClassName
{
border-color: #BFBB41;
}
</style>