Shades of Celery #BFC449
Tints of Celery #BFC449
RGB
CMYK
RGB Variations
Color information
#BFC449 (or 0xBFC449) is known color: Celery. HEX triplet: BF, C4 and 49. RGB value is (191,196,73). Sum of RGB (Red+Green+Blue) = 191+196+73=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC449 is #403BB6. Grayscale: #B4B4B4. Windows color (decimal): -4209591 or 4834495. OLE color: 4834495.
HSL color Cylindrical-coordinate representation of color #BFC449: hue angle of 62.44º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFC449 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 73 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.23 |
| HSL | 62.44º | 0.51% | 0.53% | - |
| HSV(B) | 62.44º | 0.63% | 0.77% | - |
| XYZ | 42.43 | 51.04 | 13.92 | - |
| YUV | 180.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 73 | 0.03 | 0 | 0.63 | 0.23 | 62.44 | 0.51 | 0.53 |
| Hex | BF | C4 | 49 | 3 | 0 | 3F | 17 | 3E | 33 | 35 |
| Octal | 277 | 304 | 111 | 3 | 0 | 77 | 27 | 76 | 63 | 65 |
| Binary | 10111111 | 11000100 | 1001001 | 11 | 0 | 111111 | 10111 | 111110 | 110011 | 110101 |
Color Harmonies of #BFC449
Complementary color
Monochromatic Colors of #BFC449
Black with #BFC449
Text Example
Text Example
White with #BFC449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC449; }
p { color: rgb(191,196,73); }
H1.HeaderClassName
{
color: #BFC449;
}
.AnyTagClassName
{
color: #BFC449;
}
</style>
background-color css
<style>
a { background-color: #BFC449; }
a { background-color: rgb(191,196,73); }
div.DivClassName
{
background-color: #BFC449;
}
.BgClassName
{
background-color: #BFC449;
}
</style>
border-color css
<style>
span { border-color: #BFC449; }
span { border-color: rgb(191,196,73); }
td.TdClassName
{
border-color: #BFC449;
}
.TagClassName
{
border-color: #BFC449;
}
</style>