Shades of Celery #BFCE4B
Tints of Celery #BFCE4B
RGB
CMYK
RGB Variations
Color information
#BFCE4B (or 0xBFCE4B) is known color: Celery. HEX triplet: BF, CE and 4B. RGB value is (191,206,75). Sum of RGB (Red+Green+Blue) = 191+206+75=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCE4B is #4031B4. Grayscale: #BBBBBB. Windows color (decimal): -4207029 or 4968127. OLE color: 4968127.
HSL color Cylindrical-coordinate representation of color #BFCE4B: hue angle of 66.87º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFCE4B is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 75 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.19 |
| HSL | 66.87º | 0.57% | 0.55% | - |
| HSV(B) | 66.87º | 0.64% | 0.81% | - |
| XYZ | 44.83 | 55.73 | 15.05 | - |
| YUV | 186.58 | 65.03 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 75 | 0.07 | 0 | 0.64 | 0.19 | 66.87 | 0.57 | 0.55 |
| Hex | BF | CE | 4B | 7 | 0 | 40 | 13 | 43 | 39 | 37 |
| Octal | 277 | 316 | 113 | 7 | 0 | 100 | 23 | 103 | 71 | 67 |
| Binary | 10111111 | 11001110 | 1001011 | 111 | 0 | 1000000 | 10011 | 1000011 | 111001 | 110111 |
Color Harmonies of #BFCE4B
Complementary color
Monochromatic Colors of #BFCE4B
Black with #BFCE4B
Text Example
Text Example
White with #BFCE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE4B; }
p { color: rgb(191,206,75); }
H1.HeaderClassName
{
color: #BFCE4B;
}
.AnyTagClassName
{
color: #BFCE4B;
}
</style>
background-color css
<style>
a { background-color: #BFCE4B; }
a { background-color: rgb(191,206,75); }
div.DivClassName
{
background-color: #BFCE4B;
}
.BgClassName
{
background-color: #BFCE4B;
}
</style>
border-color css
<style>
span { border-color: #BFCE4B; }
span { border-color: rgb(191,206,75); }
td.TdClassName
{
border-color: #BFCE4B;
}
.TagClassName
{
border-color: #BFCE4B;
}
</style>