Shades of Celery #B2B849
Tints of Celery #B2B849
RGB
CMYK
RGB Variations
Color information
#B2B849 (or 0xB2B849) is known color: Celery. HEX triplet: B2, B8 and 49. RGB value is (178,184,73). Sum of RGB (Red+Green+Blue) = 178+184+73=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B849 is #4D47B6. Grayscale: #A9A9A9. Windows color (decimal): -5064631 or 4831410. OLE color: 4831410.
HSL color Cylindrical-coordinate representation of color #B2B849: hue angle of 63.24º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2B849 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 73 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.28 |
| HSL | 63.24º | 0.44% | 0.5% | - |
| HSV(B) | 63.24º | 0.6% | 0.72% | - |
| XYZ | 36.7 | 44.23 | 12.91 | - |
| YUV | 169.55 | 73.51 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 73 | 0.03 | 0 | 0.60 | 0.28 | 63.24 | 0.44 | 0.5 |
| Hex | B2 | B8 | 49 | 3 | 0 | 3C | 1C | 3F | 2C | 32 |
| Octal | 262 | 270 | 111 | 3 | 0 | 74 | 34 | 77 | 54 | 62 |
| Binary | 10110010 | 10111000 | 1001001 | 11 | 0 | 111100 | 11100 | 111111 | 101100 | 110010 |
Color Harmonies of #B2B849
Complementary color
Monochromatic Colors of #B2B849
Black with #B2B849
Text Example
Text Example
White with #B2B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B849; }
p { color: rgb(178,184,73); }
H1.HeaderClassName
{
color: #B2B849;
}
.AnyTagClassName
{
color: #B2B849;
}
</style>
background-color css
<style>
a { background-color: #B2B849; }
a { background-color: rgb(178,184,73); }
div.DivClassName
{
background-color: #B2B849;
}
.BgClassName
{
background-color: #B2B849;
}
</style>
border-color css
<style>
span { border-color: #B2B849; }
span { border-color: rgb(178,184,73); }
td.TdClassName
{
border-color: #B2B849;
}
.TagClassName
{
border-color: #B2B849;
}
</style>