Shades of Celery #B2BA50
Tints of Celery #B2BA50
RGB
CMYK
RGB Variations
Color information
#B2BA50 (or 0xB2BA50) is known color: Celery. HEX triplet: B2, BA and 50. RGB value is (178,186,80). Sum of RGB (Red+Green+Blue) = 178+186+80=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA50 is #4D45AF. Grayscale: #ABABAB. Windows color (decimal): -5064112 or 5290674. OLE color: 5290674.
HSL color Cylindrical-coordinate representation of color #B2BA50: hue angle of 64.53º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2BA50 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 80 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.27 |
| HSL | 64.53º | 0.43% | 0.52% | - |
| HSV(B) | 64.53º | 0.57% | 0.73% | - |
| XYZ | 37.37 | 45.16 | 14.34 | - |
| YUV | 171.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 80 | 0.04 | 0 | 0.57 | 0.27 | 64.53 | 0.43 | 0.52 |
| Hex | B2 | BA | 50 | 4 | 0 | 39 | 1B | 41 | 2B | 34 |
| Octal | 262 | 272 | 120 | 4 | 0 | 71 | 33 | 101 | 53 | 64 |
| Binary | 10110010 | 10111010 | 1010000 | 100 | 0 | 111001 | 11011 | 1000001 | 101011 | 110100 |
Color Harmonies of #B2BA50
Complementary color
Monochromatic Colors of #B2BA50
Black with #B2BA50
Text Example
Text Example
White with #B2BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA50; }
p { color: rgb(178,186,80); }
H1.HeaderClassName
{
color: #B2BA50;
}
.AnyTagClassName
{
color: #B2BA50;
}
</style>
background-color css
<style>
a { background-color: #B2BA50; }
a { background-color: rgb(178,186,80); }
div.DivClassName
{
background-color: #B2BA50;
}
.BgClassName
{
background-color: #B2BA50;
}
</style>
border-color css
<style>
span { border-color: #B2BA50; }
span { border-color: rgb(178,186,80); }
td.TdClassName
{
border-color: #B2BA50;
}
.TagClassName
{
border-color: #B2BA50;
}
</style>