Shades of Celery #BFC03E
Tints of Celery #BFC03E
RGB
CMYK
RGB Variations
Color information
#BFC03E (or 0xBFC03E) is known color: Celery. HEX triplet: BF, C0 and 3E. RGB value is (191,192,62). Sum of RGB (Red+Green+Blue) = 191+192+62=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC03E is #403FC1. Grayscale: #B1B1B1. Windows color (decimal): -4210626 or 4112575. OLE color: 4112575.
HSL color Cylindrical-coordinate representation of color #BFC03E: hue angle of 60.46º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFC03E is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 62 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.25 |
| HSL | 60.46º | 0.51% | 0.5% | - |
| HSV(B) | 60.46º | 0.68% | 0.75% | - |
| XYZ | 41.21 | 49.12 | 11.87 | - |
| YUV | 176.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 62 | 0.01 | 0 | 0.68 | 0.25 | 60.46 | 0.51 | 0.5 |
| Hex | BF | C0 | 3E | 1 | 0 | 44 | 19 | 3C | 33 | 32 |
| Octal | 277 | 300 | 76 | 1 | 0 | 104 | 31 | 74 | 63 | 62 |
| Binary | 10111111 | 11000000 | 111110 | 1 | 0 | 1000100 | 11001 | 111100 | 110011 | 110010 |
Color Harmonies of #BFC03E
Complementary color
Monochromatic Colors of #BFC03E
Black with #BFC03E
Text Example
Text Example
White with #BFC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC03E; }
p { color: rgb(191,192,62); }
H1.HeaderClassName
{
color: #BFC03E;
}
.AnyTagClassName
{
color: #BFC03E;
}
</style>
background-color css
<style>
a { background-color: #BFC03E; }
a { background-color: rgb(191,192,62); }
div.DivClassName
{
background-color: #BFC03E;
}
.BgClassName
{
background-color: #BFC03E;
}
</style>
border-color css
<style>
span { border-color: #BFC03E; }
span { border-color: rgb(191,192,62); }
td.TdClassName
{
border-color: #BFC03E;
}
.TagClassName
{
border-color: #BFC03E;
}
</style>