Shades of Celery #BFC24B
Tints of Celery #BFC24B
RGB
CMYK
RGB Variations
Color information
#BFC24B (or 0xBFC24B) is known color: Celery. HEX triplet: BF, C2 and 4B. RGB value is (191,194,75). Sum of RGB (Red+Green+Blue) = 191+194+75=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC24B is #403DB4. Grayscale: #B4B4B4. Windows color (decimal): -4210101 or 4965055. OLE color: 4965055.
HSL color Cylindrical-coordinate representation of color #BFC24B: hue angle of 61.51º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFC24B is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 75 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.24 |
| HSL | 61.51º | 0.49% | 0.53% | - |
| HSV(B) | 61.51º | 0.61% | 0.76% | - |
| XYZ | 42.05 | 50.17 | 14.12 | - |
| YUV | 179.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 75 | 0.02 | 0 | 0.61 | 0.24 | 61.51 | 0.49 | 0.53 |
| Hex | BF | C2 | 4B | 2 | 0 | 3D | 18 | 3E | 31 | 35 |
| Octal | 277 | 302 | 113 | 2 | 0 | 75 | 30 | 76 | 61 | 65 |
| Binary | 10111111 | 11000010 | 1001011 | 10 | 0 | 111101 | 11000 | 111110 | 110001 | 110101 |
Color Harmonies of #BFC24B
Complementary color
Monochromatic Colors of #BFC24B
Black with #BFC24B
Text Example
Text Example
White with #BFC24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC24B; }
p { color: rgb(191,194,75); }
H1.HeaderClassName
{
color: #BFC24B;
}
.AnyTagClassName
{
color: #BFC24B;
}
</style>
background-color css
<style>
a { background-color: #BFC24B; }
a { background-color: rgb(191,194,75); }
div.DivClassName
{
background-color: #BFC24B;
}
.BgClassName
{
background-color: #BFC24B;
}
</style>
border-color css
<style>
span { border-color: #BFC24B; }
span { border-color: rgb(191,194,75); }
td.TdClassName
{
border-color: #BFC24B;
}
.TagClassName
{
border-color: #BFC24B;
}
</style>