Shades of Celery #BFC941
Tints of Celery #BFC941
RGB
CMYK
RGB Variations
Color information
#BFC941 (or 0xBFC941) is known color: Celery. HEX triplet: BF, C9 and 41. RGB value is (191,201,65). Sum of RGB (Red+Green+Blue) = 191+201+65=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC941 is #4036BE. Grayscale: #B7B7B7. Windows color (decimal): -4208319 or 4311487. OLE color: 4311487.
HSL color Cylindrical-coordinate representation of color #BFC941: hue angle of 64.41º 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 #BFC941 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 65 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.21 |
| HSL | 64.41º | 0.56% | 0.52% | - |
| HSV(B) | 64.41º | 0.68% | 0.79% | - |
| XYZ | 43.33 | 53.23 | 12.99 | - |
| YUV | 182.51 | 61.69 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 65 | 0.05 | 0 | 0.68 | 0.21 | 64.41 | 0.56 | 0.52 |
| Hex | BF | C9 | 41 | 5 | 0 | 44 | 15 | 40 | 38 | 34 |
| Octal | 277 | 311 | 101 | 5 | 0 | 104 | 25 | 100 | 70 | 64 |
| Binary | 10111111 | 11001001 | 1000001 | 101 | 0 | 1000100 | 10101 | 1000000 | 111000 | 110100 |
Color Harmonies of #BFC941
Complementary color
Monochromatic Colors of #BFC941
Black with #BFC941
Text Example
Text Example
White with #BFC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC941; }
p { color: rgb(191,201,65); }
H1.HeaderClassName
{
color: #BFC941;
}
.AnyTagClassName
{
color: #BFC941;
}
</style>
background-color css
<style>
a { background-color: #BFC941; }
a { background-color: rgb(191,201,65); }
div.DivClassName
{
background-color: #BFC941;
}
.BgClassName
{
background-color: #BFC941;
}
</style>
border-color css
<style>
span { border-color: #BFC941; }
span { border-color: rgb(191,201,65); }
td.TdClassName
{
border-color: #BFC941;
}
.TagClassName
{
border-color: #BFC941;
}
</style>