Shades of Celery #BFC037
Tints of Celery #BFC037
RGB
CMYK
RGB Variations
Color information
#BFC037 (or 0xBFC037) is known color: Celery. HEX triplet: BF, C0 and 37. RGB value is (191,192,55). Sum of RGB (Red+Green+Blue) = 191+192+55=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC037 is #403FC8. Grayscale: #B0B0B0. Windows color (decimal): -4210633 or 3653823. OLE color: 3653823.
HSL color Cylindrical-coordinate representation of color #BFC037: hue angle of 60.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFC037 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 55 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.25 |
| HSL | 60.44º | 0.55% | 0.48% | - |
| HSV(B) | 60.44º | 0.71% | 0.75% | - |
| XYZ | 41.03 | 49.05 | 10.92 | - |
| YUV | 176.08 | 59.67 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 55 | 0.01 | 0 | 0.71 | 0.25 | 60.44 | 0.55 | 0.48 |
| Hex | BF | C0 | 37 | 1 | 0 | 47 | 19 | 3C | 37 | 30 |
| Octal | 277 | 300 | 67 | 1 | 0 | 107 | 31 | 74 | 67 | 60 |
| Binary | 10111111 | 11000000 | 110111 | 1 | 0 | 1000111 | 11001 | 111100 | 110111 | 110000 |
Color Harmonies of #BFC037
Complementary color
Monochromatic Colors of #BFC037
Black with #BFC037
Text Example
Text Example
White with #BFC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC037; }
p { color: rgb(191,192,55); }
H1.HeaderClassName
{
color: #BFC037;
}
.AnyTagClassName
{
color: #BFC037;
}
</style>
background-color css
<style>
a { background-color: #BFC037; }
a { background-color: rgb(191,192,55); }
div.DivClassName
{
background-color: #BFC037;
}
.BgClassName
{
background-color: #BFC037;
}
</style>
border-color css
<style>
span { border-color: #BFC037; }
span { border-color: rgb(191,192,55); }
td.TdClassName
{
border-color: #BFC037;
}
.TagClassName
{
border-color: #BFC037;
}
</style>