Shades of Celery #B2C540
Tints of Celery #B2C540
RGB
CMYK
RGB Variations
Color information
#B2C540 (or 0xB2C540) is known color: Celery. HEX triplet: B2, C5 and 40. RGB value is (178,197,64). Sum of RGB (Red+Green+Blue) = 178+197+64=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C540 is #4D3ABF. Grayscale: #B0B0B0. Windows color (decimal): -5061312 or 4244914. OLE color: 4244914.
HSL color Cylindrical-coordinate representation of color #B2C540: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2C540 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 64 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.23 |
| HSL | 68.57º | 0.53% | 0.51% | - |
| HSV(B) | 68.57º | 0.68% | 0.77% | - |
| XYZ | 39.25 | 49.77 | 12.39 | - |
| YUV | 176.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 64 | 0.10 | 0 | 0.68 | 0.23 | 68.57 | 0.53 | 0.51 |
| Hex | B2 | C5 | 40 | A | 0 | 44 | 17 | 45 | 35 | 33 |
| Octal | 262 | 305 | 100 | 12 | 0 | 104 | 27 | 105 | 65 | 63 |
| Binary | 10110010 | 11000101 | 1000000 | 1010 | 0 | 1000100 | 10111 | 1000101 | 110101 | 110011 |
Color Harmonies of #B2C540
Complementary color
Monochromatic Colors of #B2C540
Black with #B2C540
Text Example
Text Example
White with #B2C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C540; }
p { color: rgb(178,197,64); }
H1.HeaderClassName
{
color: #B2C540;
}
.AnyTagClassName
{
color: #B2C540;
}
</style>
background-color css
<style>
a { background-color: #B2C540; }
a { background-color: rgb(178,197,64); }
div.DivClassName
{
background-color: #B2C540;
}
.BgClassName
{
background-color: #B2C540;
}
</style>
border-color css
<style>
span { border-color: #B2C540; }
span { border-color: rgb(178,197,64); }
td.TdClassName
{
border-color: #B2C540;
}
.TagClassName
{
border-color: #B2C540;
}
</style>