Shades of Celery #B2B449
Tints of Celery #B2B449
RGB
CMYK
RGB Variations
Color information
#B2B449 (or 0xB2B449) is known color: Celery. HEX triplet: B2, B4 and 49. RGB value is (178,180,73). Sum of RGB (Red+Green+Blue) = 178+180+73=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B449 is #4D4BB6. Grayscale: #A7A7A7. Windows color (decimal): -5065655 or 4830386. OLE color: 4830386.
HSL color Cylindrical-coordinate representation of color #B2B449: hue angle of 61.12º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2B449 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 73 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.29 |
| HSL | 61.12º | 0.42% | 0.5% | - |
| HSV(B) | 61.12º | 0.59% | 0.71% | - |
| XYZ | 35.88 | 42.59 | 12.63 | - |
| YUV | 167.2 | 74.84 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 73 | 0.01 | 0 | 0.59 | 0.29 | 61.12 | 0.42 | 0.5 |
| Hex | B2 | B4 | 49 | 1 | 0 | 3B | 1D | 3D | 2A | 32 |
| Octal | 262 | 264 | 111 | 1 | 0 | 73 | 35 | 75 | 52 | 62 |
| Binary | 10110010 | 10110100 | 1001001 | 1 | 0 | 111011 | 11101 | 111101 | 101010 | 110010 |
Color Harmonies of #B2B449
Complementary color
Monochromatic Colors of #B2B449
Black with #B2B449
Text Example
Text Example
White with #B2B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B449; }
p { color: rgb(178,180,73); }
H1.HeaderClassName
{
color: #B2B449;
}
.AnyTagClassName
{
color: #B2B449;
}
</style>
background-color css
<style>
a { background-color: #B2B449; }
a { background-color: rgb(178,180,73); }
div.DivClassName
{
background-color: #B2B449;
}
.BgClassName
{
background-color: #B2B449;
}
</style>
border-color css
<style>
span { border-color: #B2B449; }
span { border-color: rgb(178,180,73); }
td.TdClassName
{
border-color: #B2B449;
}
.TagClassName
{
border-color: #B2B449;
}
</style>