Shades of Celery #BFC23A
Tints of Celery #BFC23A
RGB
CMYK
RGB Variations
Color information
#BFC23A (or 0xBFC23A) is known color: Celery. HEX triplet: BF, C2 and 3A. RGB value is (191,194,58). Sum of RGB (Red+Green+Blue) = 191+194+58=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC23A is #403DC5. Grayscale: #B2B2B2. Windows color (decimal): -4210118 or 3850943. OLE color: 3850943.
HSL color Cylindrical-coordinate representation of color #BFC23A: hue angle of 61.32º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFC23A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 58 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.24 |
| HSL | 61.32º | 0.54% | 0.49% | - |
| HSV(B) | 61.32º | 0.7% | 0.76% | - |
| XYZ | 41.54 | 49.97 | 11.46 | - |
| YUV | 177.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 58 | 0.02 | 0 | 0.70 | 0.24 | 61.32 | 0.54 | 0.49 |
| Hex | BF | C2 | 3A | 2 | 0 | 46 | 18 | 3D | 36 | 31 |
| Octal | 277 | 302 | 72 | 2 | 0 | 106 | 30 | 75 | 66 | 61 |
| Binary | 10111111 | 11000010 | 111010 | 10 | 0 | 1000110 | 11000 | 111101 | 110110 | 110001 |
Color Harmonies of #BFC23A
Complementary color
Monochromatic Colors of #BFC23A
Black with #BFC23A
Text Example
Text Example
White with #BFC23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC23A; }
p { color: rgb(191,194,58); }
H1.HeaderClassName
{
color: #BFC23A;
}
.AnyTagClassName
{
color: #BFC23A;
}
</style>
background-color css
<style>
a { background-color: #BFC23A; }
a { background-color: rgb(191,194,58); }
div.DivClassName
{
background-color: #BFC23A;
}
.BgClassName
{
background-color: #BFC23A;
}
</style>
border-color css
<style>
span { border-color: #BFC23A; }
span { border-color: rgb(191,194,58); }
td.TdClassName
{
border-color: #BFC23A;
}
.TagClassName
{
border-color: #BFC23A;
}
</style>