Shades of Celery #BFC652
Tints of Celery #BFC652
RGB
CMYK
RGB Variations
Color information
#BFC652 (or 0xBFC652) is known color: Celery. HEX triplet: BF, C6 and 52. RGB value is (191,198,82). Sum of RGB (Red+Green+Blue) = 191+198+82=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC652 is #4039AD. Grayscale: #B7B7B7. Windows color (decimal): -4209070 or 5424831. OLE color: 5424831.
HSL color Cylindrical-coordinate representation of color #BFC652: hue angle of 63.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFC652 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 82 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.22 |
| HSL | 63.62º | 0.5% | 0.55% | - |
| HSV(B) | 63.62º | 0.59% | 0.78% | - |
| XYZ | 43.2 | 52.07 | 15.76 | - |
| YUV | 182.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 82 | 0.04 | 0 | 0.59 | 0.22 | 63.62 | 0.5 | 0.55 |
| Hex | BF | C6 | 52 | 4 | 0 | 3B | 16 | 40 | 32 | 37 |
| Octal | 277 | 306 | 122 | 4 | 0 | 73 | 26 | 100 | 62 | 67 |
| Binary | 10111111 | 11000110 | 1010010 | 100 | 0 | 111011 | 10110 | 1000000 | 110010 | 110111 |
Color Harmonies of #BFC652
Complementary color
Monochromatic Colors of #BFC652
Black with #BFC652
Text Example
Text Example
White with #BFC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC652; }
p { color: rgb(191,198,82); }
H1.HeaderClassName
{
color: #BFC652;
}
.AnyTagClassName
{
color: #BFC652;
}
</style>
background-color css
<style>
a { background-color: #BFC652; }
a { background-color: rgb(191,198,82); }
div.DivClassName
{
background-color: #BFC652;
}
.BgClassName
{
background-color: #BFC652;
}
</style>
border-color css
<style>
span { border-color: #BFC652; }
span { border-color: rgb(191,198,82); }
td.TdClassName
{
border-color: #BFC652;
}
.TagClassName
{
border-color: #BFC652;
}
</style>