Shades of Celery #BFC750
Tints of Celery #BFC750
RGB
CMYK
RGB Variations
Color information
#BFC750 (or 0xBFC750) is known color: Celery. HEX triplet: BF, C7 and 50. RGB value is (191,199,80). Sum of RGB (Red+Green+Blue) = 191+199+80=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC750 is #4038AF. Grayscale: #B7B7B7. Windows color (decimal): -4208816 or 5294015. OLE color: 5294015.
HSL color Cylindrical-coordinate representation of color #BFC750: hue angle of 64.03º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFC750 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 80 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.22 |
| HSL | 64.03º | 0.52% | 0.55% | - |
| HSV(B) | 64.03º | 0.6% | 0.78% | - |
| XYZ | 43.36 | 52.5 | 15.44 | - |
| YUV | 183.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 80 | 0.04 | 0 | 0.60 | 0.22 | 64.03 | 0.52 | 0.55 |
| Hex | BF | C7 | 50 | 4 | 0 | 3C | 16 | 40 | 34 | 37 |
| Octal | 277 | 307 | 120 | 4 | 0 | 74 | 26 | 100 | 64 | 67 |
| Binary | 10111111 | 11000111 | 1010000 | 100 | 0 | 111100 | 10110 | 1000000 | 110100 | 110111 |
Color Harmonies of #BFC750
Complementary color
Monochromatic Colors of #BFC750
Black with #BFC750
Text Example
Text Example
White with #BFC750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC750; }
p { color: rgb(191,199,80); }
H1.HeaderClassName
{
color: #BFC750;
}
.AnyTagClassName
{
color: #BFC750;
}
</style>
background-color css
<style>
a { background-color: #BFC750; }
a { background-color: rgb(191,199,80); }
div.DivClassName
{
background-color: #BFC750;
}
.BgClassName
{
background-color: #BFC750;
}
</style>
border-color css
<style>
span { border-color: #BFC750; }
span { border-color: rgb(191,199,80); }
td.TdClassName
{
border-color: #BFC750;
}
.TagClassName
{
border-color: #BFC750;
}
</style>