Shades of Celery #BFC553
Tints of Celery #BFC553
RGB
CMYK
RGB Variations
Color information
#BFC553 (or 0xBFC553) is known color: Celery. HEX triplet: BF, C5 and 53. RGB value is (191,197,83). Sum of RGB (Red+Green+Blue) = 191+197+83=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC553 is #403AAC. Grayscale: #B6B6B6. Windows color (decimal): -4209325 or 5490111. OLE color: 5490111.
HSL color Cylindrical-coordinate representation of color #BFC553: hue angle of 63.16º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFC553 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 83 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.23 |
| HSL | 63.16º | 0.5% | 0.55% | - |
| HSV(B) | 63.16º | 0.58% | 0.77% | - |
| XYZ | 43.01 | 51.63 | 15.88 | - |
| YUV | 182.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 83 | 0.03 | 0 | 0.58 | 0.23 | 63.16 | 0.5 | 0.55 |
| Hex | BF | C5 | 53 | 3 | 0 | 3A | 17 | 3F | 32 | 37 |
| Octal | 277 | 305 | 123 | 3 | 0 | 72 | 27 | 77 | 62 | 67 |
| Binary | 10111111 | 11000101 | 1010011 | 11 | 0 | 111010 | 10111 | 111111 | 110010 | 110111 |
Color Harmonies of #BFC553
Complementary color
Monochromatic Colors of #BFC553
Black with #BFC553
Text Example
Text Example
White with #BFC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC553; }
p { color: rgb(191,197,83); }
H1.HeaderClassName
{
color: #BFC553;
}
.AnyTagClassName
{
color: #BFC553;
}
</style>
background-color css
<style>
a { background-color: #BFC553; }
a { background-color: rgb(191,197,83); }
div.DivClassName
{
background-color: #BFC553;
}
.BgClassName
{
background-color: #BFC553;
}
</style>
border-color css
<style>
span { border-color: #BFC553; }
span { border-color: rgb(191,197,83); }
td.TdClassName
{
border-color: #BFC553;
}
.TagClassName
{
border-color: #BFC553;
}
</style>