Shades of Celery #B1BC55
Tints of Celery #B1BC55
RGB
CMYK
RGB Variations
Color information
#B1BC55 (or 0xB1BC55) is known color: Celery. HEX triplet: B1, BC and 55. RGB value is (177,188,85). Sum of RGB (Red+Green+Blue) = 177+188+85=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC55 is #4E43AA. Grayscale: #ADADAD. Windows color (decimal): -5129131 or 5618865. OLE color: 5618865.
HSL color Cylindrical-coordinate representation of color #B1BC55: hue angle of 66.41º 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 #B1BC55 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 85 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.26 |
| HSL | 66.41º | 0.43% | 0.54% | - |
| HSV(B) | 66.41º | 0.55% | 0.74% | - |
| XYZ | 37.75 | 45.97 | 15.48 | - |
| YUV | 172.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 85 | 0.06 | 0 | 0.55 | 0.26 | 66.41 | 0.43 | 0.54 |
| Hex | B1 | BC | 55 | 6 | 0 | 37 | 1A | 42 | 2B | 36 |
| Octal | 261 | 274 | 125 | 6 | 0 | 67 | 32 | 102 | 53 | 66 |
| Binary | 10110001 | 10111100 | 1010101 | 110 | 0 | 110111 | 11010 | 1000010 | 101011 | 110110 |
Color Harmonies of #B1BC55
Complementary color
Monochromatic Colors of #B1BC55
Black with #B1BC55
Text Example
Text Example
White with #B1BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC55; }
p { color: rgb(177,188,85); }
H1.HeaderClassName
{
color: #B1BC55;
}
.AnyTagClassName
{
color: #B1BC55;
}
</style>
background-color css
<style>
a { background-color: #B1BC55; }
a { background-color: rgb(177,188,85); }
div.DivClassName
{
background-color: #B1BC55;
}
.BgClassName
{
background-color: #B1BC55;
}
</style>
border-color css
<style>
span { border-color: #B1BC55; }
span { border-color: rgb(177,188,85); }
td.TdClassName
{
border-color: #B1BC55;
}
.TagClassName
{
border-color: #B1BC55;
}
</style>