Shades of Celery #BFC352
Tints of Celery #BFC352
RGB
CMYK
RGB Variations
Color information
#BFC352 (or 0xBFC352) is known color: Celery. HEX triplet: BF, C3 and 52. RGB value is (191,195,82). Sum of RGB (Red+Green+Blue) = 191+195+82=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC352 is #403CAD. Grayscale: #B5B5B5. Windows color (decimal): -4209838 or 5424063. OLE color: 5424063.
HSL color Cylindrical-coordinate representation of color #BFC352: hue angle of 62.12º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFC352 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 82 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.24 |
| HSL | 62.12º | 0.48% | 0.54% | - |
| HSV(B) | 62.12º | 0.58% | 0.76% | - |
| XYZ | 42.52 | 50.72 | 15.53 | - |
| YUV | 180.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 82 | 0.02 | 0 | 0.58 | 0.24 | 62.12 | 0.48 | 0.54 |
| Hex | BF | C3 | 52 | 2 | 0 | 3A | 18 | 3E | 30 | 36 |
| Octal | 277 | 303 | 122 | 2 | 0 | 72 | 30 | 76 | 60 | 66 |
| Binary | 10111111 | 11000011 | 1010010 | 10 | 0 | 111010 | 11000 | 111110 | 110000 | 110110 |
Color Harmonies of #BFC352
Complementary color
Monochromatic Colors of #BFC352
Black with #BFC352
Text Example
Text Example
White with #BFC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC352; }
p { color: rgb(191,195,82); }
H1.HeaderClassName
{
color: #BFC352;
}
.AnyTagClassName
{
color: #BFC352;
}
</style>
background-color css
<style>
a { background-color: #BFC352; }
a { background-color: rgb(191,195,82); }
div.DivClassName
{
background-color: #BFC352;
}
.BgClassName
{
background-color: #BFC352;
}
</style>
border-color css
<style>
span { border-color: #BFC352; }
span { border-color: rgb(191,195,82); }
td.TdClassName
{
border-color: #BFC352;
}
.TagClassName
{
border-color: #BFC352;
}
</style>