Shades of Celery #BFCC47
Tints of Celery #BFCC47
RGB
CMYK
RGB Variations
Color information
#BFCC47 (or 0xBFCC47) is known color: Celery. HEX triplet: BF, CC and 47. RGB value is (191,204,71). Sum of RGB (Red+Green+Blue) = 191+204+71=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC47 is #4033B8. Grayscale: #B9B9B9. Windows color (decimal): -4207545 or 4705471. OLE color: 4705471.
HSL color Cylindrical-coordinate representation of color #BFCC47: hue angle of 65.86º degrees, saturation: 0.57, 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 #BFCC47 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 71 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.2 |
| HSL | 65.86º | 0.57% | 0.54% | - |
| HSV(B) | 65.86º | 0.65% | 0.8% | - |
| XYZ | 44.22 | 54.72 | 14.19 | - |
| YUV | 184.95 | 63.69 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 71 | 0.06 | 0 | 0.65 | 0.2 | 65.86 | 0.57 | 0.54 |
| Hex | BF | CC | 47 | 6 | 0 | 41 | 14 | 42 | 39 | 36 |
| Octal | 277 | 314 | 107 | 6 | 0 | 101 | 24 | 102 | 71 | 66 |
| Binary | 10111111 | 11001100 | 1000111 | 110 | 0 | 1000001 | 10100 | 1000010 | 111001 | 110110 |
Color Harmonies of #BFCC47
Complementary color
Monochromatic Colors of #BFCC47
Black with #BFCC47
Text Example
Text Example
White with #BFCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC47; }
p { color: rgb(191,204,71); }
H1.HeaderClassName
{
color: #BFCC47;
}
.AnyTagClassName
{
color: #BFCC47;
}
</style>
background-color css
<style>
a { background-color: #BFCC47; }
a { background-color: rgb(191,204,71); }
div.DivClassName
{
background-color: #BFCC47;
}
.BgClassName
{
background-color: #BFCC47;
}
</style>
border-color css
<style>
span { border-color: #BFCC47; }
span { border-color: rgb(191,204,71); }
td.TdClassName
{
border-color: #BFCC47;
}
.TagClassName
{
border-color: #BFCC47;
}
</style>