Shades of Celery #B2B34C
Tints of Celery #B2B34C
RGB
CMYK
RGB Variations
Color information
#B2B34C (or 0xB2B34C) is known color: Celery. HEX triplet: B2, B3 and 4C. RGB value is (178,179,76). Sum of RGB (Red+Green+Blue) = 178+179+76=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B34C is #4D4CB3. Grayscale: #A7A7A7. Windows color (decimal): -5065908 or 5026738. OLE color: 5026738.
HSL color Cylindrical-coordinate representation of color #B2B34C: hue angle of 60.58º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2B34C is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 76 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.30 |
| HSL | 60.58º | 0.4% | 0.5% | - |
| HSV(B) | 60.58º | 0.58% | 0.7% | - |
| XYZ | 35.78 | 42.23 | 13.1 | - |
| YUV | 166.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 76 | 0.01 | 0 | 0.58 | 0.30 | 60.58 | 0.4 | 0.5 |
| Hex | B2 | B3 | 4C | 1 | 0 | 3A | 1E | 3D | 28 | 32 |
| Octal | 262 | 263 | 114 | 1 | 0 | 72 | 36 | 75 | 50 | 62 |
| Binary | 10110010 | 10110011 | 1001100 | 1 | 0 | 111010 | 11110 | 111101 | 101000 | 110010 |
Color Harmonies of #B2B34C
Complementary color
Monochromatic Colors of #B2B34C
Black with #B2B34C
Text Example
Text Example
White with #B2B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B34C; }
p { color: rgb(178,179,76); }
H1.HeaderClassName
{
color: #B2B34C;
}
.AnyTagClassName
{
color: #B2B34C;
}
</style>
background-color css
<style>
a { background-color: #B2B34C; }
a { background-color: rgb(178,179,76); }
div.DivClassName
{
background-color: #B2B34C;
}
.BgClassName
{
background-color: #B2B34C;
}
</style>
border-color css
<style>
span { border-color: #B2B34C; }
span { border-color: rgb(178,179,76); }
td.TdClassName
{
border-color: #B2B34C;
}
.TagClassName
{
border-color: #B2B34C;
}
</style>