Shades of Celery #B2C645
Tints of Celery #B2C645
RGB
CMYK
RGB Variations
Color information
#B2C645 (or 0xB2C645) is known color: Celery. HEX triplet: B2, C6 and 45. RGB value is (178,198,69). Sum of RGB (Red+Green+Blue) = 178+198+69=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C645 is #4D39BA. Grayscale: #B1B1B1. Windows color (decimal): -5061051 or 4572850. OLE color: 4572850.
HSL color Cylindrical-coordinate representation of color #B2C645: hue angle of 69.3º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2C645 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 69 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.22 |
| HSL | 69.3º | 0.53% | 0.52% | - |
| HSV(B) | 69.3º | 0.65% | 0.78% | - |
| XYZ | 39.63 | 50.28 | 13.25 | - |
| YUV | 177.31 | 66.87 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 69 | 0.10 | 0 | 0.65 | 0.22 | 69.3 | 0.53 | 0.52 |
| Hex | B2 | C6 | 45 | A | 0 | 41 | 16 | 45 | 35 | 34 |
| Octal | 262 | 306 | 105 | 12 | 0 | 101 | 26 | 105 | 65 | 64 |
| Binary | 10110010 | 11000110 | 1000101 | 1010 | 0 | 1000001 | 10110 | 1000101 | 110101 | 110100 |
Color Harmonies of #B2C645
Complementary color
Monochromatic Colors of #B2C645
Black with #B2C645
Text Example
Text Example
White with #B2C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C645; }
p { color: rgb(178,198,69); }
H1.HeaderClassName
{
color: #B2C645;
}
.AnyTagClassName
{
color: #B2C645;
}
</style>
background-color css
<style>
a { background-color: #B2C645; }
a { background-color: rgb(178,198,69); }
div.DivClassName
{
background-color: #B2C645;
}
.BgClassName
{
background-color: #B2C645;
}
</style>
border-color css
<style>
span { border-color: #B2C645; }
span { border-color: rgb(178,198,69); }
td.TdClassName
{
border-color: #B2C645;
}
.TagClassName
{
border-color: #B2C645;
}
</style>