Shades of Celery #BFC746
Tints of Celery #BFC746
RGB
CMYK
RGB Variations
Color information
#BFC746 (or 0xBFC746) is known color: Celery. HEX triplet: BF, C7 and 46. RGB value is (191,199,70). Sum of RGB (Red+Green+Blue) = 191+199+70=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC746 is #4038B9. Grayscale: #B6B6B6. Windows color (decimal): -4208826 or 4638655. OLE color: 4638655.
HSL color Cylindrical-coordinate representation of color #BFC746: hue angle of 63.72º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFC746 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 70 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.22 |
| HSL | 63.72º | 0.54% | 0.53% | - |
| HSV(B) | 63.72º | 0.65% | 0.78% | - |
| XYZ | 43.01 | 52.37 | 13.63 | - |
| YUV | 181.9 | 64.85 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 70 | 0.04 | 0 | 0.65 | 0.22 | 63.72 | 0.54 | 0.53 |
| Hex | BF | C7 | 46 | 4 | 0 | 41 | 16 | 40 | 36 | 35 |
| Octal | 277 | 307 | 106 | 4 | 0 | 101 | 26 | 100 | 66 | 65 |
| Binary | 10111111 | 11000111 | 1000110 | 100 | 0 | 1000001 | 10110 | 1000000 | 110110 | 110101 |
Color Harmonies of #BFC746
Complementary color
Monochromatic Colors of #BFC746
Black with #BFC746
Text Example
Text Example
White with #BFC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC746; }
p { color: rgb(191,199,70); }
H1.HeaderClassName
{
color: #BFC746;
}
.AnyTagClassName
{
color: #BFC746;
}
</style>
background-color css
<style>
a { background-color: #BFC746; }
a { background-color: rgb(191,199,70); }
div.DivClassName
{
background-color: #BFC746;
}
.BgClassName
{
background-color: #BFC746;
}
</style>
border-color css
<style>
span { border-color: #BFC746; }
span { border-color: rgb(191,199,70); }
td.TdClassName
{
border-color: #BFC746;
}
.TagClassName
{
border-color: #BFC746;
}
</style>