Shades of Celery #BFCD49
Tints of Celery #BFCD49
RGB
CMYK
RGB Variations
Color information
#BFCD49 (or 0xBFCD49) is known color: Celery. HEX triplet: BF, CD and 49. RGB value is (191,205,73). Sum of RGB (Red+Green+Blue) = 191+205+73=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD49 is #4032B6. Grayscale: #BABABA. Windows color (decimal): -4207287 or 4836799. OLE color: 4836799.
HSL color Cylindrical-coordinate representation of color #BFCD49: hue angle of 66.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFCD49 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 73 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.20 |
| HSL | 66.36º | 0.57% | 0.55% | - |
| HSV(B) | 66.36º | 0.64% | 0.8% | - |
| XYZ | 44.52 | 55.22 | 14.62 | - |
| YUV | 185.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 73 | 0.07 | 0 | 0.64 | 0.20 | 66.36 | 0.57 | 0.55 |
| Hex | BF | CD | 49 | 7 | 0 | 40 | 14 | 42 | 39 | 37 |
| Octal | 277 | 315 | 111 | 7 | 0 | 100 | 24 | 102 | 71 | 67 |
| Binary | 10111111 | 11001101 | 1001001 | 111 | 0 | 1000000 | 10100 | 1000010 | 111001 | 110111 |
Color Harmonies of #BFCD49
Complementary color
Monochromatic Colors of #BFCD49
Black with #BFCD49
Text Example
Text Example
White with #BFCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD49; }
p { color: rgb(191,205,73); }
H1.HeaderClassName
{
color: #BFCD49;
}
.AnyTagClassName
{
color: #BFCD49;
}
</style>
background-color css
<style>
a { background-color: #BFCD49; }
a { background-color: rgb(191,205,73); }
div.DivClassName
{
background-color: #BFCD49;
}
.BgClassName
{
background-color: #BFCD49;
}
</style>
border-color css
<style>
span { border-color: #BFCD49; }
span { border-color: rgb(191,205,73); }
td.TdClassName
{
border-color: #BFCD49;
}
.TagClassName
{
border-color: #BFCD49;
}
</style>