Shades of Celery #B1C555
Tints of Celery #B1C555
RGB
CMYK
RGB Variations
Color information
#B1C555 (or 0xB1C555) is known color: Celery. HEX triplet: B1, C5 and 55. RGB value is (177,197,85). Sum of RGB (Red+Green+Blue) = 177+197+85=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C555 is #4E3AAA. Grayscale: #B2B2B2. Windows color (decimal): -5126827 or 5621169. OLE color: 5621169.
HSL color Cylindrical-coordinate representation of color #B1C555: hue angle of 70.71º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1C555 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 85 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.23 |
| HSL | 70.71º | 0.49% | 0.55% | - |
| HSV(B) | 70.71º | 0.57% | 0.77% | - |
| XYZ | 39.74 | 49.94 | 16.14 | - |
| YUV | 178.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 85 | 0.10 | 0 | 0.57 | 0.23 | 70.71 | 0.49 | 0.55 |
| Hex | B1 | C5 | 55 | A | 0 | 39 | 17 | 47 | 31 | 37 |
| Octal | 261 | 305 | 125 | 12 | 0 | 71 | 27 | 107 | 61 | 67 |
| Binary | 10110001 | 11000101 | 1010101 | 1010 | 0 | 111001 | 10111 | 1000111 | 110001 | 110111 |
Color Harmonies of #B1C555
Complementary color
Monochromatic Colors of #B1C555
Black with #B1C555
Text Example
Text Example
White with #B1C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C555; }
p { color: rgb(177,197,85); }
H1.HeaderClassName
{
color: #B1C555;
}
.AnyTagClassName
{
color: #B1C555;
}
</style>
background-color css
<style>
a { background-color: #B1C555; }
a { background-color: rgb(177,197,85); }
div.DivClassName
{
background-color: #B1C555;
}
.BgClassName
{
background-color: #B1C555;
}
</style>
border-color css
<style>
span { border-color: #B1C555; }
span { border-color: rgb(177,197,85); }
td.TdClassName
{
border-color: #B1C555;
}
.TagClassName
{
border-color: #B1C555;
}
</style>