Shades of Celery #B1C155
Tints of Celery #B1C155
RGB
CMYK
RGB Variations
Color information
#B1C155 (or 0xB1C155) is known color: Celery. HEX triplet: B1, C1 and 55. RGB value is (177,193,85). Sum of RGB (Red+Green+Blue) = 177+193+85=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C155 is #4E3EAA. Grayscale: #B0B0B0. Windows color (decimal): -5127851 or 5620145. OLE color: 5620145.
HSL color Cylindrical-coordinate representation of color #B1C155: hue angle of 68.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1C155 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 85 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.24 |
| HSL | 68.89º | 0.47% | 0.55% | - |
| HSV(B) | 68.89º | 0.56% | 0.76% | - |
| XYZ | 38.84 | 48.14 | 15.84 | - |
| YUV | 175.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 85 | 0.08 | 0 | 0.56 | 0.24 | 68.89 | 0.47 | 0.55 |
| Hex | B1 | C1 | 55 | 8 | 0 | 38 | 18 | 45 | 2F | 37 |
| Octal | 261 | 301 | 125 | 10 | 0 | 70 | 30 | 105 | 57 | 67 |
| Binary | 10110001 | 11000001 | 1010101 | 1000 | 0 | 111000 | 11000 | 1000101 | 101111 | 110111 |
Color Harmonies of #B1C155
Complementary color
Monochromatic Colors of #B1C155
Black with #B1C155
Text Example
Text Example
White with #B1C155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C155; }
p { color: rgb(177,193,85); }
H1.HeaderClassName
{
color: #B1C155;
}
.AnyTagClassName
{
color: #B1C155;
}
</style>
background-color css
<style>
a { background-color: #B1C155; }
a { background-color: rgb(177,193,85); }
div.DivClassName
{
background-color: #B1C155;
}
.BgClassName
{
background-color: #B1C155;
}
</style>
border-color css
<style>
span { border-color: #B1C155; }
span { border-color: rgb(177,193,85); }
td.TdClassName
{
border-color: #B1C155;
}
.TagClassName
{
border-color: #B1C155;
}
</style>