Shades of Celery #B4BC4D
Tints of Celery #B4BC4D
RGB
CMYK
RGB Variations
Color information
#B4BC4D (or 0xB4BC4D) is known color: Celery. HEX triplet: B4, BC and 4D. RGB value is (180,188,77). Sum of RGB (Red+Green+Blue) = 180+188+77=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC4D is #4B43B2. Grayscale: #ADADAD. Windows color (decimal): -4932531 or 5094580. OLE color: 5094580.
HSL color Cylindrical-coordinate representation of color #B4BC4D: hue angle of 64.32º 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 #B4BC4D is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 77 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.26 |
| HSL | 64.32º | 0.45% | 0.52% | - |
| HSV(B) | 64.32º | 0.59% | 0.74% | - |
| XYZ | 38.15 | 46.21 | 13.93 | - |
| YUV | 172.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 77 | 0.04 | 0 | 0.59 | 0.26 | 64.32 | 0.45 | 0.52 |
| Hex | B4 | BC | 4D | 4 | 0 | 3B | 1A | 40 | 2D | 34 |
| Octal | 264 | 274 | 115 | 4 | 0 | 73 | 32 | 100 | 55 | 64 |
| Binary | 10110100 | 10111100 | 1001101 | 100 | 0 | 111011 | 11010 | 1000000 | 101101 | 110100 |
Color Harmonies of #B4BC4D
Complementary color
Monochromatic Colors of #B4BC4D
Black with #B4BC4D
Text Example
Text Example
White with #B4BC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BC4D; }
p { color: rgb(180,188,77); }
H1.HeaderClassName
{
color: #B4BC4D;
}
.AnyTagClassName
{
color: #B4BC4D;
}
</style>
background-color css
<style>
a { background-color: #B4BC4D; }
a { background-color: rgb(180,188,77); }
div.DivClassName
{
background-color: #B4BC4D;
}
.BgClassName
{
background-color: #B4BC4D;
}
</style>
border-color css
<style>
span { border-color: #B4BC4D; }
span { border-color: rgb(180,188,77); }
td.TdClassName
{
border-color: #B4BC4D;
}
.TagClassName
{
border-color: #B4BC4D;
}
</style>