Shades of Celery #BFCC4D
Tints of Celery #BFCC4D
RGB
CMYK
RGB Variations
Color information
#BFCC4D (or 0xBFCC4D) is known color: Celery. HEX triplet: BF, CC and 4D. RGB value is (191,204,77). Sum of RGB (Red+Green+Blue) = 191+204+77=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC4D is #4033B2. Grayscale: #BABABA. Windows color (decimal): -4207539 or 5098687. OLE color: 5098687.
HSL color Cylindrical-coordinate representation of color #BFCC4D: hue angle of 66.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFCC4D is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 77 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.2 |
| HSL | 66.14º | 0.55% | 0.55% | - |
| HSV(B) | 66.14º | 0.62% | 0.8% | - |
| XYZ | 44.42 | 54.8 | 15.26 | - |
| YUV | 185.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 77 | 0.06 | 0 | 0.62 | 0.2 | 66.14 | 0.55 | 0.55 |
| Hex | BF | CC | 4D | 6 | 0 | 3E | 14 | 42 | 37 | 37 |
| Octal | 277 | 314 | 115 | 6 | 0 | 76 | 24 | 102 | 67 | 67 |
| Binary | 10111111 | 11001100 | 1001101 | 110 | 0 | 111110 | 10100 | 1000010 | 110111 | 110111 |
Color Harmonies of #BFCC4D
Complementary color
Monochromatic Colors of #BFCC4D
Black with #BFCC4D
Text Example
Text Example
White with #BFCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC4D; }
p { color: rgb(191,204,77); }
H1.HeaderClassName
{
color: #BFCC4D;
}
.AnyTagClassName
{
color: #BFCC4D;
}
</style>
background-color css
<style>
a { background-color: #BFCC4D; }
a { background-color: rgb(191,204,77); }
div.DivClassName
{
background-color: #BFCC4D;
}
.BgClassName
{
background-color: #BFCC4D;
}
</style>
border-color css
<style>
span { border-color: #BFCC4D; }
span { border-color: rgb(191,204,77); }
td.TdClassName
{
border-color: #BFCC4D;
}
.TagClassName
{
border-color: #BFCC4D;
}
</style>