Shades of Celery #B2C140
Tints of Celery #B2C140
RGB
CMYK
RGB Variations
Color information
#B2C140 (or 0xB2C140) is known color: Celery. HEX triplet: B2, C1 and 40. RGB value is (178,193,64). Sum of RGB (Red+Green+Blue) = 178+193+64=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C140 is #4D3EBF. Grayscale: #AEAEAE. Windows color (decimal): -5062336 or 4243890. OLE color: 4243890.
HSL color Cylindrical-coordinate representation of color #B2C140: hue angle of 66.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2C140 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 64 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.24 |
| HSL | 66.98º | 0.51% | 0.5% | - |
| HSV(B) | 66.98º | 0.67% | 0.76% | - |
| XYZ | 38.36 | 47.98 | 12.09 | - |
| YUV | 173.81 | 66.03 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 64 | 0.08 | 0 | 0.67 | 0.24 | 66.98 | 0.51 | 0.5 |
| Hex | B2 | C1 | 40 | 8 | 0 | 43 | 18 | 43 | 33 | 32 |
| Octal | 262 | 301 | 100 | 10 | 0 | 103 | 30 | 103 | 63 | 62 |
| Binary | 10110010 | 11000001 | 1000000 | 1000 | 0 | 1000011 | 11000 | 1000011 | 110011 | 110010 |
Color Harmonies of #B2C140
Complementary color
Monochromatic Colors of #B2C140
Black with #B2C140
Text Example
Text Example
White with #B2C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C140; }
p { color: rgb(178,193,64); }
H1.HeaderClassName
{
color: #B2C140;
}
.AnyTagClassName
{
color: #B2C140;
}
</style>
background-color css
<style>
a { background-color: #B2C140; }
a { background-color: rgb(178,193,64); }
div.DivClassName
{
background-color: #B2C140;
}
.BgClassName
{
background-color: #B2C140;
}
</style>
border-color css
<style>
span { border-color: #B2C140; }
span { border-color: rgb(178,193,64); }
td.TdClassName
{
border-color: #B2C140;
}
.TagClassName
{
border-color: #B2C140;
}
</style>