Shades of Celery #B4BC4E
Tints of Celery #B4BC4E
RGB
CMYK
RGB Variations
Color information
#B4BC4E (or 0xB4BC4E) is known color: Celery. HEX triplet: B4, BC and 4E. RGB value is (180,188,78). Sum of RGB (Red+Green+Blue) = 180+188+78=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC4E is #4B43B1. Grayscale: #ADADAD. Windows color (decimal): -4932530 or 5160116. OLE color: 5160116.
HSL color Cylindrical-coordinate representation of color #B4BC4E: hue angle of 64.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4BC4E is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 78 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.26 |
| HSL | 64.36º | 0.45% | 0.52% | - |
| HSV(B) | 64.36º | 0.59% | 0.74% | - |
| XYZ | 38.18 | 46.22 | 14.12 | - |
| YUV | 173.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 78 | 0.04 | 0 | 0.59 | 0.26 | 64.36 | 0.45 | 0.52 |
| Hex | B4 | BC | 4E | 4 | 0 | 3B | 1A | 40 | 2D | 34 |
| Octal | 264 | 274 | 116 | 4 | 0 | 73 | 32 | 100 | 55 | 64 |
| Binary | 10110100 | 10111100 | 1001110 | 100 | 0 | 111011 | 11010 | 1000000 | 101101 | 110100 |
Color Harmonies of #B4BC4E
Complementary color
Monochromatic Colors of #B4BC4E
Black with #B4BC4E
Text Example
Text Example
White with #B4BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BC4E; }
p { color: rgb(180,188,78); }
H1.HeaderClassName
{
color: #B4BC4E;
}
.AnyTagClassName
{
color: #B4BC4E;
}
</style>
background-color css
<style>
a { background-color: #B4BC4E; }
a { background-color: rgb(180,188,78); }
div.DivClassName
{
background-color: #B4BC4E;
}
.BgClassName
{
background-color: #B4BC4E;
}
</style>
border-color css
<style>
span { border-color: #B4BC4E; }
span { border-color: rgb(180,188,78); }
td.TdClassName
{
border-color: #B4BC4E;
}
.TagClassName
{
border-color: #B4BC4E;
}
</style>