Shades of Celery #BFC053
Tints of Celery #BFC053
RGB
CMYK
RGB Variations
Color information
#BFC053 (or 0xBFC053) is known color: Celery. HEX triplet: BF, C0 and 53. RGB value is (191,192,83). Sum of RGB (Red+Green+Blue) = 191+192+83=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC053 is #403FAC. Grayscale: #B3B3B3. Windows color (decimal): -4210605 or 5488831. OLE color: 5488831.
HSL color Cylindrical-coordinate representation of color #BFC053: hue angle of 60.55º degrees, saturation: 0.46, 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 #BFC053 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 83 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.25 |
| HSL | 60.55º | 0.46% | 0.54% | - |
| HSV(B) | 60.55º | 0.57% | 0.75% | - |
| XYZ | 41.9 | 49.4 | 15.51 | - |
| YUV | 179.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 83 | 0.01 | 0 | 0.57 | 0.25 | 60.55 | 0.46 | 0.54 |
| Hex | BF | C0 | 53 | 1 | 0 | 39 | 19 | 3D | 2E | 36 |
| Octal | 277 | 300 | 123 | 1 | 0 | 71 | 31 | 75 | 56 | 66 |
| Binary | 10111111 | 11000000 | 1010011 | 1 | 0 | 111001 | 11001 | 111101 | 101110 | 110110 |
Color Harmonies of #BFC053
Complementary color
Monochromatic Colors of #BFC053
Black with #BFC053
Text Example
Text Example
White with #BFC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC053; }
p { color: rgb(191,192,83); }
H1.HeaderClassName
{
color: #BFC053;
}
.AnyTagClassName
{
color: #BFC053;
}
</style>
background-color css
<style>
a { background-color: #BFC053; }
a { background-color: rgb(191,192,83); }
div.DivClassName
{
background-color: #BFC053;
}
.BgClassName
{
background-color: #BFC053;
}
</style>
border-color css
<style>
span { border-color: #BFC053; }
span { border-color: rgb(191,192,83); }
td.TdClassName
{
border-color: #BFC053;
}
.TagClassName
{
border-color: #BFC053;
}
</style>