Shades of Celery #BFC342
Tints of Celery #BFC342
RGB
CMYK
RGB Variations
Color information
#BFC342 (or 0xBFC342) is known color: Celery. HEX triplet: BF, C3 and 42. RGB value is (191,195,66). Sum of RGB (Red+Green+Blue) = 191+195+66=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC342 is #403CBD. Grayscale: #B3B3B3. Windows color (decimal): -4209854 or 4375487. OLE color: 4375487.
HSL color Cylindrical-coordinate representation of color #BFC342: hue angle of 61.86º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFC342 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 66 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.24 |
| HSL | 61.86º | 0.52% | 0.51% | - |
| HSV(B) | 61.86º | 0.66% | 0.76% | - |
| XYZ | 41.98 | 50.5 | 12.69 | - |
| YUV | 179.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 66 | 0.02 | 0 | 0.66 | 0.24 | 61.86 | 0.52 | 0.51 |
| Hex | BF | C3 | 42 | 2 | 0 | 42 | 18 | 3E | 34 | 33 |
| Octal | 277 | 303 | 102 | 2 | 0 | 102 | 30 | 76 | 64 | 63 |
| Binary | 10111111 | 11000011 | 1000010 | 10 | 0 | 1000010 | 11000 | 111110 | 110100 | 110011 |
Color Harmonies of #BFC342
Complementary color
Monochromatic Colors of #BFC342
Black with #BFC342
Text Example
Text Example
White with #BFC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC342; }
p { color: rgb(191,195,66); }
H1.HeaderClassName
{
color: #BFC342;
}
.AnyTagClassName
{
color: #BFC342;
}
</style>
background-color css
<style>
a { background-color: #BFC342; }
a { background-color: rgb(191,195,66); }
div.DivClassName
{
background-color: #BFC342;
}
.BgClassName
{
background-color: #BFC342;
}
</style>
border-color css
<style>
span { border-color: #BFC342; }
span { border-color: rgb(191,195,66); }
td.TdClassName
{
border-color: #BFC342;
}
.TagClassName
{
border-color: #BFC342;
}
</style>