Shades of Celery #B2C555
Tints of Celery #B2C555
RGB
CMYK
RGB Variations
Color information
#B2C555 (or 0xB2C555) is known color: Celery. HEX triplet: B2, C5 and 55. RGB value is (178,197,85). Sum of RGB (Red+Green+Blue) = 178+197+85=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C555 is #4D3AAA. Grayscale: #B2B2B2. Windows color (decimal): -5061291 or 5621170. OLE color: 5621170.
HSL color Cylindrical-coordinate representation of color #B2C555: hue angle of 70.18º 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 #B2C555 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 85 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.23 |
| HSL | 70.18º | 0.49% | 0.55% | - |
| HSV(B) | 70.18º | 0.57% | 0.77% | - |
| XYZ | 39.97 | 50.05 | 16.15 | - |
| YUV | 178.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 85 | 0.10 | 0 | 0.57 | 0.23 | 70.18 | 0.49 | 0.55 |
| Hex | B2 | C5 | 55 | A | 0 | 39 | 17 | 46 | 31 | 37 |
| Octal | 262 | 305 | 125 | 12 | 0 | 71 | 27 | 106 | 61 | 67 |
| Binary | 10110010 | 11000101 | 1010101 | 1010 | 0 | 111001 | 10111 | 1000110 | 110001 | 110111 |
Color Harmonies of #B2C555
Complementary color
Monochromatic Colors of #B2C555
Black with #B2C555
Text Example
Text Example
White with #B2C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C555; }
p { color: rgb(178,197,85); }
H1.HeaderClassName
{
color: #B2C555;
}
.AnyTagClassName
{
color: #B2C555;
}
</style>
background-color css
<style>
a { background-color: #B2C555; }
a { background-color: rgb(178,197,85); }
div.DivClassName
{
background-color: #B2C555;
}
.BgClassName
{
background-color: #B2C555;
}
</style>
border-color css
<style>
span { border-color: #B2C555; }
span { border-color: rgb(178,197,85); }
td.TdClassName
{
border-color: #B2C555;
}
.TagClassName
{
border-color: #B2C555;
}
</style>