Shades of Celery #BFBB42
Tints of Celery #BFBB42
RGB
CMYK
RGB Variations
Color information
#BFBB42 (or 0xBFBB42) is known color: Celery. HEX triplet: BF, BB and 42. RGB value is (191,187,66). Sum of RGB (Red+Green+Blue) = 191+187+66=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB42 is #4044BD. Grayscale: #AEAEAE. Windows color (decimal): -4211902 or 4373439. OLE color: 4373439.
HSL color Cylindrical-coordinate representation of color #BFBB42: hue angle of 58.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFBB42 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 66 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.25 |
| HSL | 58.08º | 0.49% | 0.5% | - |
| HSV(B) | 58.08º | 0.65% | 0.75% | - |
| XYZ | 40.24 | 47.01 | 12.11 | - |
| YUV | 174.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 66 | 0 | 0.02 | 0.65 | 0.25 | 58.08 | 0.49 | 0.5 |
| Hex | BF | BB | 42 | 0 | 2 | 41 | 19 | 3A | 31 | 32 |
| Octal | 277 | 273 | 102 | 0 | 2 | 101 | 31 | 72 | 61 | 62 |
| Binary | 10111111 | 10111011 | 1000010 | 0 | 10 | 1000001 | 11001 | 111010 | 110001 | 110010 |
Color Harmonies of #BFBB42
Complementary color
Monochromatic Colors of #BFBB42
Black with #BFBB42
Text Example
Text Example
White with #BFBB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB42; }
p { color: rgb(191,187,66); }
H1.HeaderClassName
{
color: #BFBB42;
}
.AnyTagClassName
{
color: #BFBB42;
}
</style>
background-color css
<style>
a { background-color: #BFBB42; }
a { background-color: rgb(191,187,66); }
div.DivClassName
{
background-color: #BFBB42;
}
.BgClassName
{
background-color: #BFBB42;
}
</style>
border-color css
<style>
span { border-color: #BFBB42; }
span { border-color: rgb(191,187,66); }
td.TdClassName
{
border-color: #BFBB42;
}
.TagClassName
{
border-color: #BFBB42;
}
</style>