Shades of Celery #BFC145
Tints of Celery #BFC145
RGB
CMYK
RGB Variations
Color information
#BFC145 (or 0xBFC145) is known color: Celery. HEX triplet: BF, C1 and 45. RGB value is (191,193,69). Sum of RGB (Red+Green+Blue) = 191+193+69=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC145 is #403EBA. Grayscale: #B2B2B2. Windows color (decimal): -4210363 or 4571583. OLE color: 4571583.
HSL color Cylindrical-coordinate representation of color #BFC145: hue angle of 60.97º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFC145 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 69 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.24 |
| HSL | 60.97º | 0.5% | 0.51% | - |
| HSV(B) | 60.97º | 0.64% | 0.76% | - |
| XYZ | 41.63 | 49.65 | 13.02 | - |
| YUV | 178.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 69 | 0.01 | 0 | 0.64 | 0.24 | 60.97 | 0.5 | 0.51 |
| Hex | BF | C1 | 45 | 1 | 0 | 40 | 18 | 3D | 32 | 33 |
| Octal | 277 | 301 | 105 | 1 | 0 | 100 | 30 | 75 | 62 | 63 |
| Binary | 10111111 | 11000001 | 1000101 | 1 | 0 | 1000000 | 11000 | 111101 | 110010 | 110011 |
Color Harmonies of #BFC145
Complementary color
Monochromatic Colors of #BFC145
Black with #BFC145
Text Example
Text Example
White with #BFC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC145; }
p { color: rgb(191,193,69); }
H1.HeaderClassName
{
color: #BFC145;
}
.AnyTagClassName
{
color: #BFC145;
}
</style>
background-color css
<style>
a { background-color: #BFC145; }
a { background-color: rgb(191,193,69); }
div.DivClassName
{
background-color: #BFC145;
}
.BgClassName
{
background-color: #BFC145;
}
</style>
border-color css
<style>
span { border-color: #BFC145; }
span { border-color: rgb(191,193,69); }
td.TdClassName
{
border-color: #BFC145;
}
.TagClassName
{
border-color: #BFC145;
}
</style>