Shades of Celery #B2C654
Tints of Celery #B2C654
RGB
CMYK
RGB Variations
Color information
#B2C654 (or 0xB2C654) is known color: Celery. HEX triplet: B2, C6 and 54. RGB value is (178,198,84). Sum of RGB (Red+Green+Blue) = 178+198+84=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C654 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C654 is #4D39AB. Grayscale: #B3B3B3. Windows color (decimal): -5061036 or 5555890. OLE color: 5555890.
HSL color Cylindrical-coordinate representation of color #B2C654: hue angle of 70.53º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2C654 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 84 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.22 |
| HSL | 70.53º | 0.5% | 0.55% | - |
| HSV(B) | 70.53º | 0.58% | 0.78% | - |
| XYZ | 40.15 | 50.49 | 16.02 | - |
| YUV | 179.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 84 | 0.10 | 0 | 0.58 | 0.22 | 70.53 | 0.5 | 0.55 |
| Hex | B2 | C6 | 54 | A | 0 | 3A | 16 | 47 | 32 | 37 |
| Octal | 262 | 306 | 124 | 12 | 0 | 72 | 26 | 107 | 62 | 67 |
| Binary | 10110010 | 11000110 | 1010100 | 1010 | 0 | 111010 | 10110 | 1000111 | 110010 | 110111 |
Color Harmonies of #B2C654
Complementary color
Monochromatic Colors of #B2C654
Black with #B2C654
Text Example
Text Example
White with #B2C654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C654; }
p { color: rgb(178,198,84); }
H1.HeaderClassName
{
color: #B2C654;
}
.AnyTagClassName
{
color: #B2C654;
}
</style>
background-color css
<style>
a { background-color: #B2C654; }
a { background-color: rgb(178,198,84); }
div.DivClassName
{
background-color: #B2C654;
}
.BgClassName
{
background-color: #B2C654;
}
</style>
border-color css
<style>
span { border-color: #B2C654; }
span { border-color: rgb(178,198,84); }
td.TdClassName
{
border-color: #B2C654;
}
.TagClassName
{
border-color: #B2C654;
}
</style>