Shades of Celery #BFC73F
Tints of Celery #BFC73F
RGB
CMYK
RGB Variations
Color information
#BFC73F (or 0xBFC73F) is known color: Celery. HEX triplet: BF, C7 and 3F. RGB value is (191,199,63). Sum of RGB (Red+Green+Blue) = 191+199+63=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC73F is #4038C0. Grayscale: #B5B5B5. Windows color (decimal): -4208833 or 4179903. OLE color: 4179903.
HSL color Cylindrical-coordinate representation of color #BFC73F: hue angle of 63.53º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFC73F is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 63 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.22 |
| HSL | 63.53º | 0.55% | 0.51% | - |
| HSV(B) | 63.53º | 0.68% | 0.78% | - |
| XYZ | 42.81 | 52.28 | 12.54 | - |
| YUV | 181.1 | 61.35 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 63 | 0.04 | 0 | 0.68 | 0.22 | 63.53 | 0.55 | 0.51 |
| Hex | BF | C7 | 3F | 4 | 0 | 44 | 16 | 40 | 37 | 33 |
| Octal | 277 | 307 | 77 | 4 | 0 | 104 | 26 | 100 | 67 | 63 |
| Binary | 10111111 | 11000111 | 111111 | 100 | 0 | 1000100 | 10110 | 1000000 | 110111 | 110011 |
Color Harmonies of #BFC73F
Complementary color
Monochromatic Colors of #BFC73F
Black with #BFC73F
Text Example
Text Example
White with #BFC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC73F; }
p { color: rgb(191,199,63); }
H1.HeaderClassName
{
color: #BFC73F;
}
.AnyTagClassName
{
color: #BFC73F;
}
</style>
background-color css
<style>
a { background-color: #BFC73F; }
a { background-color: rgb(191,199,63); }
div.DivClassName
{
background-color: #BFC73F;
}
.BgClassName
{
background-color: #BFC73F;
}
</style>
border-color css
<style>
span { border-color: #BFC73F; }
span { border-color: rgb(191,199,63); }
td.TdClassName
{
border-color: #BFC73F;
}
.TagClassName
{
border-color: #BFC73F;
}
</style>