Shades of Celery #BFCD4E
Tints of Celery #BFCD4E
RGB
CMYK
RGB Variations
Color information
#BFCD4E (or 0xBFCD4E) is known color: Celery. HEX triplet: BF, CD and 4E. RGB value is (191,205,78). Sum of RGB (Red+Green+Blue) = 191+205+78=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD4E is #4032B1. Grayscale: #BABABA. Windows color (decimal): -4207282 or 5164479. OLE color: 5164479.
HSL color Cylindrical-coordinate representation of color #BFCD4E: hue angle of 66.61º degrees, saturation: 0.56, 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 #BFCD4E is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 78 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.20 |
| HSL | 66.61º | 0.56% | 0.55% | - |
| HSV(B) | 66.61º | 0.62% | 0.8% | - |
| XYZ | 44.69 | 55.29 | 15.52 | - |
| YUV | 186.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 78 | 0.07 | 0 | 0.62 | 0.20 | 66.61 | 0.56 | 0.55 |
| Hex | BF | CD | 4E | 7 | 0 | 3E | 14 | 43 | 38 | 37 |
| Octal | 277 | 315 | 116 | 7 | 0 | 76 | 24 | 103 | 70 | 67 |
| Binary | 10111111 | 11001101 | 1001110 | 111 | 0 | 111110 | 10100 | 1000011 | 111000 | 110111 |
Color Harmonies of #BFCD4E
Complementary color
Monochromatic Colors of #BFCD4E
Black with #BFCD4E
Text Example
Text Example
White with #BFCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD4E; }
p { color: rgb(191,205,78); }
H1.HeaderClassName
{
color: #BFCD4E;
}
.AnyTagClassName
{
color: #BFCD4E;
}
</style>
background-color css
<style>
a { background-color: #BFCD4E; }
a { background-color: rgb(191,205,78); }
div.DivClassName
{
background-color: #BFCD4E;
}
.BgClassName
{
background-color: #BFCD4E;
}
</style>
border-color css
<style>
span { border-color: #BFCD4E; }
span { border-color: rgb(191,205,78); }
td.TdClassName
{
border-color: #BFCD4E;
}
.TagClassName
{
border-color: #BFCD4E;
}
</style>