Shades of Celery #B2C542
Tints of Celery #B2C542
RGB
CMYK
RGB Variations
Color information
#B2C542 (or 0xB2C542) is known color: Celery. HEX triplet: B2, C5 and 42. RGB value is (178,197,66). Sum of RGB (Red+Green+Blue) = 178+197+66=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C542 is #4D3ABD. Grayscale: #B0B0B0. Windows color (decimal): -5061310 or 4375986. OLE color: 4375986.
HSL color Cylindrical-coordinate representation of color #B2C542: hue angle of 68.7º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2C542 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 66 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.23 |
| HSL | 68.7º | 0.53% | 0.52% | - |
| HSV(B) | 68.7º | 0.66% | 0.77% | - |
| XYZ | 39.31 | 49.79 | 12.69 | - |
| YUV | 176.39 | 65.71 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 66 | 0.10 | 0 | 0.66 | 0.23 | 68.7 | 0.53 | 0.52 |
| Hex | B2 | C5 | 42 | A | 0 | 42 | 17 | 45 | 35 | 34 |
| Octal | 262 | 305 | 102 | 12 | 0 | 102 | 27 | 105 | 65 | 64 |
| Binary | 10110010 | 11000101 | 1000010 | 1010 | 0 | 1000010 | 10111 | 1000101 | 110101 | 110100 |
Color Harmonies of #B2C542
Complementary color
Monochromatic Colors of #B2C542
Black with #B2C542
Text Example
Text Example
White with #B2C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C542; }
p { color: rgb(178,197,66); }
H1.HeaderClassName
{
color: #B2C542;
}
.AnyTagClassName
{
color: #B2C542;
}
</style>
background-color css
<style>
a { background-color: #B2C542; }
a { background-color: rgb(178,197,66); }
div.DivClassName
{
background-color: #B2C542;
}
.BgClassName
{
background-color: #B2C542;
}
</style>
border-color css
<style>
span { border-color: #B2C542; }
span { border-color: rgb(178,197,66); }
td.TdClassName
{
border-color: #B2C542;
}
.TagClassName
{
border-color: #B2C542;
}
</style>