Shades of Celery #BFC442
Tints of Celery #BFC442
RGB
CMYK
RGB Variations
Color information
#BFC442 (or 0xBFC442) is known color: Celery. HEX triplet: BF, C4 and 42. RGB value is (191,196,66). Sum of RGB (Red+Green+Blue) = 191+196+66=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC442 is #403BBD. Grayscale: #B4B4B4. Windows color (decimal): -4209598 or 4375743. OLE color: 4375743.
HSL color Cylindrical-coordinate representation of color #BFC442: hue angle of 62.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFC442 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 66 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.23 |
| HSL | 62.31º | 0.52% | 0.51% | - |
| HSV(B) | 62.31º | 0.66% | 0.77% | - |
| XYZ | 42.21 | 50.95 | 12.76 | - |
| YUV | 179.69 | 63.84 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 66 | 0.03 | 0 | 0.66 | 0.23 | 62.31 | 0.52 | 0.51 |
| Hex | BF | C4 | 42 | 3 | 0 | 42 | 17 | 3E | 34 | 33 |
| Octal | 277 | 304 | 102 | 3 | 0 | 102 | 27 | 76 | 64 | 63 |
| Binary | 10111111 | 11000100 | 1000010 | 11 | 0 | 1000010 | 10111 | 111110 | 110100 | 110011 |
Color Harmonies of #BFC442
Complementary color
Monochromatic Colors of #BFC442
Black with #BFC442
Text Example
Text Example
White with #BFC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC442; }
p { color: rgb(191,196,66); }
H1.HeaderClassName
{
color: #BFC442;
}
.AnyTagClassName
{
color: #BFC442;
}
</style>
background-color css
<style>
a { background-color: #BFC442; }
a { background-color: rgb(191,196,66); }
div.DivClassName
{
background-color: #BFC442;
}
.BgClassName
{
background-color: #BFC442;
}
</style>
border-color css
<style>
span { border-color: #BFC442; }
span { border-color: rgb(191,196,66); }
td.TdClassName
{
border-color: #BFC442;
}
.TagClassName
{
border-color: #BFC442;
}
</style>