Shades of Celery #B2B44C
Tints of Celery #B2B44C
RGB
CMYK
RGB Variations
Color information
#B2B44C (or 0xB2B44C) is known color: Celery. HEX triplet: B2, B4 and 4C. RGB value is (178,180,76). Sum of RGB (Red+Green+Blue) = 178+180+76=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B44C is #4D4BB3. Grayscale: #A7A7A7. Windows color (decimal): -5065652 or 5026994. OLE color: 5026994.
HSL color Cylindrical-coordinate representation of color #B2B44C: hue angle of 61.15º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2B44C is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 76 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.29 |
| HSL | 61.15º | 0.41% | 0.5% | - |
| HSV(B) | 61.15º | 0.58% | 0.71% | - |
| XYZ | 35.99 | 42.63 | 13.17 | - |
| YUV | 167.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 76 | 0.01 | 0 | 0.58 | 0.29 | 61.15 | 0.41 | 0.5 |
| Hex | B2 | B4 | 4C | 1 | 0 | 3A | 1D | 3D | 29 | 32 |
| Octal | 262 | 264 | 114 | 1 | 0 | 72 | 35 | 75 | 51 | 62 |
| Binary | 10110010 | 10110100 | 1001100 | 1 | 0 | 111010 | 11101 | 111101 | 101001 | 110010 |
Color Harmonies of #B2B44C
Complementary color
Monochromatic Colors of #B2B44C
Black with #B2B44C
Text Example
Text Example
White with #B2B44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B44C; }
p { color: rgb(178,180,76); }
H1.HeaderClassName
{
color: #B2B44C;
}
.AnyTagClassName
{
color: #B2B44C;
}
</style>
background-color css
<style>
a { background-color: #B2B44C; }
a { background-color: rgb(178,180,76); }
div.DivClassName
{
background-color: #B2B44C;
}
.BgClassName
{
background-color: #B2B44C;
}
</style>
border-color css
<style>
span { border-color: #B2B44C; }
span { border-color: rgb(178,180,76); }
td.TdClassName
{
border-color: #B2B44C;
}
.TagClassName
{
border-color: #B2B44C;
}
</style>