Shades of Celery #BFC038
Tints of Celery #BFC038
RGB
CMYK
RGB Variations
Color information
#BFC038 (or 0xBFC038) is known color: Celery. HEX triplet: BF, C0 and 38. RGB value is (191,192,56). Sum of RGB (Red+Green+Blue) = 191+192+56=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC038 is #403FC7. Grayscale: #B0B0B0. Windows color (decimal): -4210632 or 3719359. OLE color: 3719359.
HSL color Cylindrical-coordinate representation of color #BFC038: hue angle of 60.44º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFC038 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 56 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.25 |
| HSL | 60.44º | 0.55% | 0.49% | - |
| HSV(B) | 60.44º | 0.71% | 0.75% | - |
| XYZ | 41.05 | 49.06 | 11.05 | - |
| YUV | 176.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 56 | 0.01 | 0 | 0.71 | 0.25 | 60.44 | 0.55 | 0.49 |
| Hex | BF | C0 | 38 | 1 | 0 | 47 | 19 | 3C | 37 | 31 |
| Octal | 277 | 300 | 70 | 1 | 0 | 107 | 31 | 74 | 67 | 61 |
| Binary | 10111111 | 11000000 | 111000 | 1 | 0 | 1000111 | 11001 | 111100 | 110111 | 110001 |
Color Harmonies of #BFC038
Complementary color
Monochromatic Colors of #BFC038
Black with #BFC038
Text Example
Text Example
White with #BFC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC038; }
p { color: rgb(191,192,56); }
H1.HeaderClassName
{
color: #BFC038;
}
.AnyTagClassName
{
color: #BFC038;
}
</style>
background-color css
<style>
a { background-color: #BFC038; }
a { background-color: rgb(191,192,56); }
div.DivClassName
{
background-color: #BFC038;
}
.BgClassName
{
background-color: #BFC038;
}
</style>
border-color css
<style>
span { border-color: #BFC038; }
span { border-color: rgb(191,192,56); }
td.TdClassName
{
border-color: #BFC038;
}
.TagClassName
{
border-color: #BFC038;
}
</style>