Shades of Celery #B2B955
Tints of Celery #B2B955
RGB
CMYK
RGB Variations
Color information
#B2B955 (or 0xB2B955) is known color: Celery. HEX triplet: B2, B9 and 55. RGB value is (178,185,85). Sum of RGB (Red+Green+Blue) = 178+185+85=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B955 is #4D46AA. Grayscale: #ABABAB. Windows color (decimal): -5064363 or 5618098. OLE color: 5618098.
HSL color Cylindrical-coordinate representation of color #B2B955: hue angle of 64.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2B955 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 85 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.27 |
| HSL | 64.2º | 0.42% | 0.53% | - |
| HSV(B) | 64.2º | 0.54% | 0.73% | - |
| XYZ | 37.35 | 44.82 | 15.28 | - |
| YUV | 171.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 85 | 0.04 | 0 | 0.54 | 0.27 | 64.2 | 0.42 | 0.53 |
| Hex | B2 | B9 | 55 | 4 | 0 | 36 | 1B | 40 | 2A | 35 |
| Octal | 262 | 271 | 125 | 4 | 0 | 66 | 33 | 100 | 52 | 65 |
| Binary | 10110010 | 10111001 | 1010101 | 100 | 0 | 110110 | 11011 | 1000000 | 101010 | 110101 |
Color Harmonies of #B2B955
Complementary color
Monochromatic Colors of #B2B955
Black with #B2B955
Text Example
Text Example
White with #B2B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B955; }
p { color: rgb(178,185,85); }
H1.HeaderClassName
{
color: #B2B955;
}
.AnyTagClassName
{
color: #B2B955;
}
</style>
background-color css
<style>
a { background-color: #B2B955; }
a { background-color: rgb(178,185,85); }
div.DivClassName
{
background-color: #B2B955;
}
.BgClassName
{
background-color: #B2B955;
}
</style>
border-color css
<style>
span { border-color: #B2B955; }
span { border-color: rgb(178,185,85); }
td.TdClassName
{
border-color: #B2B955;
}
.TagClassName
{
border-color: #B2B955;
}
</style>