Shades of Celery #BFC940
Tints of Celery #BFC940
RGB
CMYK
RGB Variations
Color information
#BFC940 (or 0xBFC940) is known color: Celery. HEX triplet: BF, C9 and 40. RGB value is (191,201,64). Sum of RGB (Red+Green+Blue) = 191+201+64=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC940 is #4036BF. Grayscale: #B6B6B6. Windows color (decimal): -4208320 or 4245951. OLE color: 4245951.
HSL color Cylindrical-coordinate representation of color #BFC940: hue angle of 64.38º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFC940 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 64 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.21 |
| HSL | 64.38º | 0.56% | 0.52% | - |
| HSV(B) | 64.38º | 0.68% | 0.79% | - |
| XYZ | 43.3 | 53.22 | 12.84 | - |
| YUV | 182.39 | 61.19 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 64 | 0.05 | 0 | 0.68 | 0.21 | 64.38 | 0.56 | 0.52 |
| Hex | BF | C9 | 40 | 5 | 0 | 44 | 15 | 40 | 38 | 34 |
| Octal | 277 | 311 | 100 | 5 | 0 | 104 | 25 | 100 | 70 | 64 |
| Binary | 10111111 | 11001001 | 1000000 | 101 | 0 | 1000100 | 10101 | 1000000 | 111000 | 110100 |
Color Harmonies of #BFC940
Complementary color
Monochromatic Colors of #BFC940
Black with #BFC940
Text Example
Text Example
White with #BFC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC940; }
p { color: rgb(191,201,64); }
H1.HeaderClassName
{
color: #BFC940;
}
.AnyTagClassName
{
color: #BFC940;
}
</style>
background-color css
<style>
a { background-color: #BFC940; }
a { background-color: rgb(191,201,64); }
div.DivClassName
{
background-color: #BFC940;
}
.BgClassName
{
background-color: #BFC940;
}
</style>
border-color css
<style>
span { border-color: #BFC940; }
span { border-color: rgb(191,201,64); }
td.TdClassName
{
border-color: #BFC940;
}
.TagClassName
{
border-color: #BFC940;
}
</style>