Shades of Celery #BFCD45
Tints of Celery #BFCD45
RGB
CMYK
RGB Variations
Color information
#BFCD45 (or 0xBFCD45) is known color: Celery. HEX triplet: BF, CD and 45. RGB value is (191,205,69). Sum of RGB (Red+Green+Blue) = 191+205+69=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD45 is #4032BA. Grayscale: #B9B9B9. Windows color (decimal): -4207291 or 4574655. OLE color: 4574655.
HSL color Cylindrical-coordinate representation of color #BFCD45: hue angle of 66.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFCD45 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 69 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.20 |
| HSL | 66.18º | 0.58% | 0.54% | - |
| HSV(B) | 66.18º | 0.66% | 0.8% | - |
| XYZ | 44.39 | 55.17 | 13.94 | - |
| YUV | 185.31 | 62.36 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 69 | 0.07 | 0 | 0.66 | 0.20 | 66.18 | 0.58 | 0.54 |
| Hex | BF | CD | 45 | 7 | 0 | 42 | 14 | 42 | 3A | 36 |
| Octal | 277 | 315 | 105 | 7 | 0 | 102 | 24 | 102 | 72 | 66 |
| Binary | 10111111 | 11001101 | 1000101 | 111 | 0 | 1000010 | 10100 | 1000010 | 111010 | 110110 |
Color Harmonies of #BFCD45
Complementary color
Monochromatic Colors of #BFCD45
Black with #BFCD45
Text Example
Text Example
White with #BFCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD45; }
p { color: rgb(191,205,69); }
H1.HeaderClassName
{
color: #BFCD45;
}
.AnyTagClassName
{
color: #BFCD45;
}
</style>
background-color css
<style>
a { background-color: #BFCD45; }
a { background-color: rgb(191,205,69); }
div.DivClassName
{
background-color: #BFCD45;
}
.BgClassName
{
background-color: #BFCD45;
}
</style>
border-color css
<style>
span { border-color: #BFCD45; }
span { border-color: rgb(191,205,69); }
td.TdClassName
{
border-color: #BFCD45;
}
.TagClassName
{
border-color: #BFCD45;
}
</style>