Shades of Celery #BFC64B
Tints of Celery #BFC64B
RGB
CMYK
RGB Variations
Color information
#BFC64B (or 0xBFC64B) is known color: Celery. HEX triplet: BF, C6 and 4B. RGB value is (191,198,75). Sum of RGB (Red+Green+Blue) = 191+198+75=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC64B is #4039B4. Grayscale: #B6B6B6. Windows color (decimal): -4209077 or 4966079. OLE color: 4966079.
HSL color Cylindrical-coordinate representation of color #BFC64B: hue angle of 63.41º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFC64B is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 75 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.22 |
| HSL | 63.41º | 0.52% | 0.54% | - |
| HSV(B) | 63.41º | 0.62% | 0.78% | - |
| XYZ | 42.95 | 51.97 | 14.42 | - |
| YUV | 181.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 75 | 0.04 | 0 | 0.62 | 0.22 | 63.41 | 0.52 | 0.54 |
| Hex | BF | C6 | 4B | 4 | 0 | 3E | 16 | 3F | 34 | 36 |
| Octal | 277 | 306 | 113 | 4 | 0 | 76 | 26 | 77 | 64 | 66 |
| Binary | 10111111 | 11000110 | 1001011 | 100 | 0 | 111110 | 10110 | 111111 | 110100 | 110110 |
Color Harmonies of #BFC64B
Complementary color
Monochromatic Colors of #BFC64B
Black with #BFC64B
Text Example
Text Example
White with #BFC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC64B; }
p { color: rgb(191,198,75); }
H1.HeaderClassName
{
color: #BFC64B;
}
.AnyTagClassName
{
color: #BFC64B;
}
</style>
background-color css
<style>
a { background-color: #BFC64B; }
a { background-color: rgb(191,198,75); }
div.DivClassName
{
background-color: #BFC64B;
}
.BgClassName
{
background-color: #BFC64B;
}
</style>
border-color css
<style>
span { border-color: #BFC64B; }
span { border-color: rgb(191,198,75); }
td.TdClassName
{
border-color: #BFC64B;
}
.TagClassName
{
border-color: #BFC64B;
}
</style>