Shades of Celery #BFCC48
Tints of Celery #BFCC48
RGB
CMYK
RGB Variations
Color information
#BFCC48 (or 0xBFCC48) is known color: Celery. HEX triplet: BF, CC and 48. RGB value is (191,204,72). Sum of RGB (Red+Green+Blue) = 191+204+72=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC48 is #4033B7. Grayscale: #B9B9B9. Windows color (decimal): -4207544 or 4771007. OLE color: 4771007.
HSL color Cylindrical-coordinate representation of color #BFCC48: hue angle of 65.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFCC48 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 72 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.2 |
| HSL | 65.91º | 0.56% | 0.54% | - |
| HSV(B) | 65.91º | 0.65% | 0.8% | - |
| XYZ | 44.25 | 54.73 | 14.36 | - |
| YUV | 185.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 72 | 0.06 | 0 | 0.65 | 0.2 | 65.91 | 0.56 | 0.54 |
| Hex | BF | CC | 48 | 6 | 0 | 41 | 14 | 42 | 38 | 36 |
| Octal | 277 | 314 | 110 | 6 | 0 | 101 | 24 | 102 | 70 | 66 |
| Binary | 10111111 | 11001100 | 1001000 | 110 | 0 | 1000001 | 10100 | 1000010 | 111000 | 110110 |
Color Harmonies of #BFCC48
Complementary color
Monochromatic Colors of #BFCC48
Black with #BFCC48
Text Example
Text Example
White with #BFCC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC48; }
p { color: rgb(191,204,72); }
H1.HeaderClassName
{
color: #BFCC48;
}
.AnyTagClassName
{
color: #BFCC48;
}
</style>
background-color css
<style>
a { background-color: #BFCC48; }
a { background-color: rgb(191,204,72); }
div.DivClassName
{
background-color: #BFCC48;
}
.BgClassName
{
background-color: #BFCC48;
}
</style>
border-color css
<style>
span { border-color: #BFCC48; }
span { border-color: rgb(191,204,72); }
td.TdClassName
{
border-color: #BFCC48;
}
.TagClassName
{
border-color: #BFCC48;
}
</style>