Shades of Celery #BFC450
Tints of Celery #BFC450
RGB
CMYK
RGB Variations
Color information
#BFC450 (or 0xBFC450) is known color: Celery. HEX triplet: BF, C4 and 50. RGB value is (191,196,80). Sum of RGB (Red+Green+Blue) = 191+196+80=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC450 is #403BAF. Grayscale: #B5B5B5. Windows color (decimal): -4209584 or 5293247. OLE color: 5293247.
HSL color Cylindrical-coordinate representation of color #BFC450: hue angle of 62.59º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFC450 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 80 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.23 |
| HSL | 62.59º | 0.5% | 0.54% | - |
| HSV(B) | 62.59º | 0.59% | 0.77% | - |
| XYZ | 42.67 | 51.14 | 15.21 | - |
| YUV | 181.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 80 | 0.03 | 0 | 0.59 | 0.23 | 62.59 | 0.5 | 0.54 |
| Hex | BF | C4 | 50 | 3 | 0 | 3B | 17 | 3F | 32 | 36 |
| Octal | 277 | 304 | 120 | 3 | 0 | 73 | 27 | 77 | 62 | 66 |
| Binary | 10111111 | 11000100 | 1010000 | 11 | 0 | 111011 | 10111 | 111111 | 110010 | 110110 |
Color Harmonies of #BFC450
Complementary color
Monochromatic Colors of #BFC450
Black with #BFC450
Text Example
Text Example
White with #BFC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC450; }
p { color: rgb(191,196,80); }
H1.HeaderClassName
{
color: #BFC450;
}
.AnyTagClassName
{
color: #BFC450;
}
</style>
background-color css
<style>
a { background-color: #BFC450; }
a { background-color: rgb(191,196,80); }
div.DivClassName
{
background-color: #BFC450;
}
.BgClassName
{
background-color: #BFC450;
}
</style>
border-color css
<style>
span { border-color: #BFC450; }
span { border-color: rgb(191,196,80); }
td.TdClassName
{
border-color: #BFC450;
}
.TagClassName
{
border-color: #BFC450;
}
</style>