Shades of Celery #B2BA48
Tints of Celery #B2BA48
RGB
CMYK
RGB Variations
Color information
#B2BA48 (or 0xB2BA48) is known color: Celery. HEX triplet: B2, BA and 48. RGB value is (178,186,72). Sum of RGB (Red+Green+Blue) = 178+186+72=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA48 is #4D45B7. Grayscale: #ABABAB. Windows color (decimal): -5064120 or 4766386. OLE color: 4766386.
HSL color Cylindrical-coordinate representation of color #B2BA48: hue angle of 64.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2BA48 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 72 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.27 |
| HSL | 64.21º | 0.45% | 0.51% | - |
| HSV(B) | 64.21º | 0.61% | 0.73% | - |
| XYZ | 37.09 | 45.05 | 12.87 | - |
| YUV | 170.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 72 | 0.04 | 0 | 0.61 | 0.27 | 64.21 | 0.45 | 0.51 |
| Hex | B2 | BA | 48 | 4 | 0 | 3D | 1B | 40 | 2D | 33 |
| Octal | 262 | 272 | 110 | 4 | 0 | 75 | 33 | 100 | 55 | 63 |
| Binary | 10110010 | 10111010 | 1001000 | 100 | 0 | 111101 | 11011 | 1000000 | 101101 | 110011 |
Color Harmonies of #B2BA48
Complementary color
Monochromatic Colors of #B2BA48
Black with #B2BA48
Text Example
Text Example
White with #B2BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA48; }
p { color: rgb(178,186,72); }
H1.HeaderClassName
{
color: #B2BA48;
}
.AnyTagClassName
{
color: #B2BA48;
}
</style>
background-color css
<style>
a { background-color: #B2BA48; }
a { background-color: rgb(178,186,72); }
div.DivClassName
{
background-color: #B2BA48;
}
.BgClassName
{
background-color: #B2BA48;
}
</style>
border-color css
<style>
span { border-color: #B2BA48; }
span { border-color: rgb(178,186,72); }
td.TdClassName
{
border-color: #B2BA48;
}
.TagClassName
{
border-color: #B2BA48;
}
</style>