Shades of Celery #BFC24A
Tints of Celery #BFC24A
RGB
CMYK
RGB Variations
Color information
#BFC24A (or 0xBFC24A) is known color: Celery. HEX triplet: BF, C2 and 4A. RGB value is (191,194,74). Sum of RGB (Red+Green+Blue) = 191+194+74=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC24A is #403DB5. Grayscale: #B3B3B3. Windows color (decimal): -4210102 or 4899519. OLE color: 4899519.
HSL color Cylindrical-coordinate representation of color #BFC24A: hue angle of 61.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFC24A is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 74 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.24 |
| HSL | 61.5º | 0.5% | 0.53% | - |
| HSV(B) | 61.5º | 0.62% | 0.76% | - |
| XYZ | 42.01 | 50.15 | 13.94 | - |
| YUV | 179.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 74 | 0.02 | 0 | 0.62 | 0.24 | 61.5 | 0.5 | 0.53 |
| Hex | BF | C2 | 4A | 2 | 0 | 3E | 18 | 3E | 32 | 35 |
| Octal | 277 | 302 | 112 | 2 | 0 | 76 | 30 | 76 | 62 | 65 |
| Binary | 10111111 | 11000010 | 1001010 | 10 | 0 | 111110 | 11000 | 111110 | 110010 | 110101 |
Color Harmonies of #BFC24A
Complementary color
Monochromatic Colors of #BFC24A
Black with #BFC24A
Text Example
Text Example
White with #BFC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC24A; }
p { color: rgb(191,194,74); }
H1.HeaderClassName
{
color: #BFC24A;
}
.AnyTagClassName
{
color: #BFC24A;
}
</style>
background-color css
<style>
a { background-color: #BFC24A; }
a { background-color: rgb(191,194,74); }
div.DivClassName
{
background-color: #BFC24A;
}
.BgClassName
{
background-color: #BFC24A;
}
</style>
border-color css
<style>
span { border-color: #BFC24A; }
span { border-color: rgb(191,194,74); }
td.TdClassName
{
border-color: #BFC24A;
}
.TagClassName
{
border-color: #BFC24A;
}
</style>