Shades of Celery #BFC04C
Tints of Celery #BFC04C
RGB
CMYK
RGB Variations
Color information
#BFC04C (or 0xBFC04C) is known color: Celery. HEX triplet: BF, C0 and 4C. RGB value is (191,192,76). Sum of RGB (Red+Green+Blue) = 191+192+76=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC04C is #403FB3. Grayscale: #B2B2B2. Windows color (decimal): -4210612 or 5030079. OLE color: 5030079.
HSL color Cylindrical-coordinate representation of color #BFC04C: hue angle of 60.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFC04C is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 76 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.25 |
| HSL | 60.52º | 0.48% | 0.53% | - |
| HSV(B) | 60.52º | 0.6% | 0.75% | - |
| XYZ | 41.64 | 49.3 | 14.16 | - |
| YUV | 178.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 76 | 0.01 | 0 | 0.60 | 0.25 | 60.52 | 0.48 | 0.53 |
| Hex | BF | C0 | 4C | 1 | 0 | 3C | 19 | 3D | 30 | 35 |
| Octal | 277 | 300 | 114 | 1 | 0 | 74 | 31 | 75 | 60 | 65 |
| Binary | 10111111 | 11000000 | 1001100 | 1 | 0 | 111100 | 11001 | 111101 | 110000 | 110101 |
Color Harmonies of #BFC04C
Complementary color
Monochromatic Colors of #BFC04C
Black with #BFC04C
Text Example
Text Example
White with #BFC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC04C; }
p { color: rgb(191,192,76); }
H1.HeaderClassName
{
color: #BFC04C;
}
.AnyTagClassName
{
color: #BFC04C;
}
</style>
background-color css
<style>
a { background-color: #BFC04C; }
a { background-color: rgb(191,192,76); }
div.DivClassName
{
background-color: #BFC04C;
}
.BgClassName
{
background-color: #BFC04C;
}
</style>
border-color css
<style>
span { border-color: #BFC04C; }
span { border-color: rgb(191,192,76); }
td.TdClassName
{
border-color: #BFC04C;
}
.TagClassName
{
border-color: #BFC04C;
}
</style>