Shades of Celery #BFC452
Tints of Celery #BFC452
RGB
CMYK
RGB Variations
Color information
#BFC452 (or 0xBFC452) is known color: Celery. HEX triplet: BF, C4 and 52. RGB value is (191,196,82). Sum of RGB (Red+Green+Blue) = 191+196+82=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC452 is #403BAD. Grayscale: #B5B5B5. Windows color (decimal): -4209582 or 5424319. OLE color: 5424319.
HSL color Cylindrical-coordinate representation of color #BFC452: hue angle of 62.63º degrees, saturation: 0.49, 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 #BFC452 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 82 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.23 |
| HSL | 62.63º | 0.49% | 0.55% | - |
| HSV(B) | 62.63º | 0.58% | 0.77% | - |
| XYZ | 42.75 | 51.17 | 15.61 | - |
| YUV | 181.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 82 | 0.03 | 0 | 0.58 | 0.23 | 62.63 | 0.49 | 0.55 |
| Hex | BF | C4 | 52 | 3 | 0 | 3A | 17 | 3F | 31 | 37 |
| Octal | 277 | 304 | 122 | 3 | 0 | 72 | 27 | 77 | 61 | 67 |
| Binary | 10111111 | 11000100 | 1010010 | 11 | 0 | 111010 | 10111 | 111111 | 110001 | 110111 |
Color Harmonies of #BFC452
Complementary color
Monochromatic Colors of #BFC452
Black with #BFC452
Text Example
Text Example
White with #BFC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC452; }
p { color: rgb(191,196,82); }
H1.HeaderClassName
{
color: #BFC452;
}
.AnyTagClassName
{
color: #BFC452;
}
</style>
background-color css
<style>
a { background-color: #BFC452; }
a { background-color: rgb(191,196,82); }
div.DivClassName
{
background-color: #BFC452;
}
.BgClassName
{
background-color: #BFC452;
}
</style>
border-color css
<style>
span { border-color: #BFC452; }
span { border-color: rgb(191,196,82); }
td.TdClassName
{
border-color: #BFC452;
}
.TagClassName
{
border-color: #BFC452;
}
</style>