Shades of Celery #B4BC55
Tints of Celery #B4BC55
RGB
CMYK
RGB Variations
Color information
#B4BC55 (or 0xB4BC55) is known color: Celery. HEX triplet: B4, BC and 55. RGB value is (180,188,85). Sum of RGB (Red+Green+Blue) = 180+188+85=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC55 is #4B43AA. Grayscale: #AEAEAE. Windows color (decimal): -4932523 or 5618868. OLE color: 5618868.
HSL color Cylindrical-coordinate representation of color #B4BC55: hue angle of 64.66º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4BC55 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 85 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.26 |
| HSL | 64.66º | 0.43% | 0.54% | - |
| HSV(B) | 64.66º | 0.55% | 0.74% | - |
| XYZ | 38.45 | 46.33 | 15.51 | - |
| YUV | 173.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 85 | 0.04 | 0 | 0.55 | 0.26 | 64.66 | 0.43 | 0.54 |
| Hex | B4 | BC | 55 | 4 | 0 | 37 | 1A | 41 | 2B | 36 |
| Octal | 264 | 274 | 125 | 4 | 0 | 67 | 32 | 101 | 53 | 66 |
| Binary | 10110100 | 10111100 | 1010101 | 100 | 0 | 110111 | 11010 | 1000001 | 101011 | 110110 |
Color Harmonies of #B4BC55
Complementary color
Monochromatic Colors of #B4BC55
Black with #B4BC55
Text Example
Text Example
White with #B4BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BC55; }
p { color: rgb(180,188,85); }
H1.HeaderClassName
{
color: #B4BC55;
}
.AnyTagClassName
{
color: #B4BC55;
}
</style>
background-color css
<style>
a { background-color: #B4BC55; }
a { background-color: rgb(180,188,85); }
div.DivClassName
{
background-color: #B4BC55;
}
.BgClassName
{
background-color: #B4BC55;
}
</style>
border-color css
<style>
span { border-color: #B4BC55; }
span { border-color: rgb(180,188,85); }
td.TdClassName
{
border-color: #B4BC55;
}
.TagClassName
{
border-color: #B4BC55;
}
</style>