Shades of Celery #BFCC4F
Tints of Celery #BFCC4F
RGB
CMYK
RGB Variations
Color information
#BFCC4F (or 0xBFCC4F) is known color: Celery. HEX triplet: BF, CC and 4F. RGB value is (191,204,79). Sum of RGB (Red+Green+Blue) = 191+204+79=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC4F is #4033B0. Grayscale: #BABABA. Windows color (decimal): -4207537 or 5229759. OLE color: 5229759.
HSL color Cylindrical-coordinate representation of color #BFCC4F: hue angle of 66.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFCC4F is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 79 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.2 |
| HSL | 66.24º | 0.55% | 0.55% | - |
| HSV(B) | 66.24º | 0.61% | 0.8% | - |
| XYZ | 44.49 | 54.83 | 15.63 | - |
| YUV | 185.86 | 67.69 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 79 | 0.06 | 0 | 0.61 | 0.2 | 66.24 | 0.55 | 0.55 |
| Hex | BF | CC | 4F | 6 | 0 | 3D | 14 | 42 | 37 | 37 |
| Octal | 277 | 314 | 117 | 6 | 0 | 75 | 24 | 102 | 67 | 67 |
| Binary | 10111111 | 11001100 | 1001111 | 110 | 0 | 111101 | 10100 | 1000010 | 110111 | 110111 |
Color Harmonies of #BFCC4F
Complementary color
Monochromatic Colors of #BFCC4F
Black with #BFCC4F
Text Example
Text Example
White with #BFCC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC4F; }
p { color: rgb(191,204,79); }
H1.HeaderClassName
{
color: #BFCC4F;
}
.AnyTagClassName
{
color: #BFCC4F;
}
</style>
background-color css
<style>
a { background-color: #BFCC4F; }
a { background-color: rgb(191,204,79); }
div.DivClassName
{
background-color: #BFCC4F;
}
.BgClassName
{
background-color: #BFCC4F;
}
</style>
border-color css
<style>
span { border-color: #BFCC4F; }
span { border-color: rgb(191,204,79); }
td.TdClassName
{
border-color: #BFCC4F;
}
.TagClassName
{
border-color: #BFCC4F;
}
</style>