Shades of Celery #BFC052
Tints of Celery #BFC052
RGB
CMYK
RGB Variations
Color information
#BFC052 (or 0xBFC052) is known color: Celery. HEX triplet: BF, C0 and 52. RGB value is (191,192,82). Sum of RGB (Red+Green+Blue) = 191+192+82=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC052 is #403FAD. Grayscale: #B3B3B3. Windows color (decimal): -4210606 or 5423295. OLE color: 5423295.
HSL color Cylindrical-coordinate representation of color #BFC052: hue angle of 60.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFC052 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 82 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.25 |
| HSL | 60.55º | 0.47% | 0.54% | - |
| HSV(B) | 60.55º | 0.57% | 0.75% | - |
| XYZ | 41.86 | 49.38 | 15.31 | - |
| YUV | 179.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 82 | 0.01 | 0 | 0.57 | 0.25 | 60.55 | 0.47 | 0.54 |
| Hex | BF | C0 | 52 | 1 | 0 | 39 | 19 | 3D | 2F | 36 |
| Octal | 277 | 300 | 122 | 1 | 0 | 71 | 31 | 75 | 57 | 66 |
| Binary | 10111111 | 11000000 | 1010010 | 1 | 0 | 111001 | 11001 | 111101 | 101111 | 110110 |
Color Harmonies of #BFC052
Complementary color
Monochromatic Colors of #BFC052
Black with #BFC052
Text Example
Text Example
White with #BFC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC052; }
p { color: rgb(191,192,82); }
H1.HeaderClassName
{
color: #BFC052;
}
.AnyTagClassName
{
color: #BFC052;
}
</style>
background-color css
<style>
a { background-color: #BFC052; }
a { background-color: rgb(191,192,82); }
div.DivClassName
{
background-color: #BFC052;
}
.BgClassName
{
background-color: #BFC052;
}
</style>
border-color css
<style>
span { border-color: #BFC052; }
span { border-color: rgb(191,192,82); }
td.TdClassName
{
border-color: #BFC052;
}
.TagClassName
{
border-color: #BFC052;
}
</style>