Shades of Celery #B2C652
Tints of Celery #B2C652
RGB
CMYK
RGB Variations
Color information
#B2C652 (or 0xB2C652) is known color: Celery. HEX triplet: B2, C6 and 52. RGB value is (178,198,82). Sum of RGB (Red+Green+Blue) = 178+198+82=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C652 is #4D39AD. Grayscale: #B3B3B3. Windows color (decimal): -5061038 or 5424818. OLE color: 5424818.
HSL color Cylindrical-coordinate representation of color #B2C652: hue angle of 70.34º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2C652 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 82 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.22 |
| HSL | 70.34º | 0.5% | 0.55% | - |
| HSV(B) | 70.34º | 0.59% | 0.78% | - |
| XYZ | 40.08 | 50.46 | 15.61 | - |
| YUV | 178.8 | 73.37 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 82 | 0.10 | 0 | 0.59 | 0.22 | 70.34 | 0.5 | 0.55 |
| Hex | B2 | C6 | 52 | A | 0 | 3B | 16 | 46 | 32 | 37 |
| Octal | 262 | 306 | 122 | 12 | 0 | 73 | 26 | 106 | 62 | 67 |
| Binary | 10110010 | 11000110 | 1010010 | 1010 | 0 | 111011 | 10110 | 1000110 | 110010 | 110111 |
Color Harmonies of #B2C652
Complementary color
Monochromatic Colors of #B2C652
Black with #B2C652
Text Example
Text Example
White with #B2C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C652; }
p { color: rgb(178,198,82); }
H1.HeaderClassName
{
color: #B2C652;
}
.AnyTagClassName
{
color: #B2C652;
}
</style>
background-color css
<style>
a { background-color: #B2C652; }
a { background-color: rgb(178,198,82); }
div.DivClassName
{
background-color: #B2C652;
}
.BgClassName
{
background-color: #B2C652;
}
</style>
border-color css
<style>
span { border-color: #B2C652; }
span { border-color: rgb(178,198,82); }
td.TdClassName
{
border-color: #B2C652;
}
.TagClassName
{
border-color: #B2C652;
}
</style>