Shades of Celery #BFC948
Tints of Celery #BFC948
RGB
CMYK
RGB Variations
Color information
#BFC948 (or 0xBFC948) is known color: Celery. HEX triplet: BF, C9 and 48. RGB value is (191,201,72). Sum of RGB (Red+Green+Blue) = 191+201+72=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC948 is #4036B7. Grayscale: #B7B7B7. Windows color (decimal): -4208312 or 4770239. OLE color: 4770239.
HSL color Cylindrical-coordinate representation of color #BFC948: hue angle of 64.65º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFC948 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 72 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.21 |
| HSL | 64.65º | 0.54% | 0.54% | - |
| HSV(B) | 64.65º | 0.64% | 0.79% | - |
| XYZ | 43.54 | 53.32 | 14.13 | - |
| YUV | 183.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 72 | 0.05 | 0 | 0.64 | 0.21 | 64.65 | 0.54 | 0.54 |
| Hex | BF | C9 | 48 | 5 | 0 | 40 | 15 | 41 | 36 | 36 |
| Octal | 277 | 311 | 110 | 5 | 0 | 100 | 25 | 101 | 66 | 66 |
| Binary | 10111111 | 11001001 | 1001000 | 101 | 0 | 1000000 | 10101 | 1000001 | 110110 | 110110 |
Color Harmonies of #BFC948
Complementary color
Monochromatic Colors of #BFC948
Black with #BFC948
Text Example
Text Example
White with #BFC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC948; }
p { color: rgb(191,201,72); }
H1.HeaderClassName
{
color: #BFC948;
}
.AnyTagClassName
{
color: #BFC948;
}
</style>
background-color css
<style>
a { background-color: #BFC948; }
a { background-color: rgb(191,201,72); }
div.DivClassName
{
background-color: #BFC948;
}
.BgClassName
{
background-color: #BFC948;
}
</style>
border-color css
<style>
span { border-color: #BFC948; }
span { border-color: rgb(191,201,72); }
td.TdClassName
{
border-color: #BFC948;
}
.TagClassName
{
border-color: #BFC948;
}
</style>