Shades of Celery #B2B44D
Tints of Celery #B2B44D
RGB
CMYK
RGB Variations
Color information
#B2B44D (or 0xB2B44D) is known color: Celery. HEX triplet: B2, B4 and 4D. RGB value is (178,180,77). Sum of RGB (Red+Green+Blue) = 178+180+77=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B44D is #4D4BB2. Grayscale: #A8A8A8. Windows color (decimal): -5065651 or 5092530. OLE color: 5092530.
HSL color Cylindrical-coordinate representation of color #B2B44D: hue angle of 61.17º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2B44D is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 77 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.29 |
| HSL | 61.17º | 0.41% | 0.5% | - |
| HSV(B) | 61.17º | 0.57% | 0.71% | - |
| XYZ | 36.02 | 42.64 | 13.35 | - |
| YUV | 167.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 77 | 0.01 | 0 | 0.57 | 0.29 | 61.17 | 0.41 | 0.5 |
| Hex | B2 | B4 | 4D | 1 | 0 | 39 | 1D | 3D | 29 | 32 |
| Octal | 262 | 264 | 115 | 1 | 0 | 71 | 35 | 75 | 51 | 62 |
| Binary | 10110010 | 10110100 | 1001101 | 1 | 0 | 111001 | 11101 | 111101 | 101001 | 110010 |
Color Harmonies of #B2B44D
Complementary color
Monochromatic Colors of #B2B44D
Black with #B2B44D
Text Example
Text Example
White with #B2B44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B44D; }
p { color: rgb(178,180,77); }
H1.HeaderClassName
{
color: #B2B44D;
}
.AnyTagClassName
{
color: #B2B44D;
}
</style>
background-color css
<style>
a { background-color: #B2B44D; }
a { background-color: rgb(178,180,77); }
div.DivClassName
{
background-color: #B2B44D;
}
.BgClassName
{
background-color: #B2B44D;
}
</style>
border-color css
<style>
span { border-color: #B2B44D; }
span { border-color: rgb(178,180,77); }
td.TdClassName
{
border-color: #B2B44D;
}
.TagClassName
{
border-color: #B2B44D;
}
</style>