Shades of Celery #B2B852
Tints of Celery #B2B852
RGB
CMYK
RGB Variations
Color information
#B2B852 (or 0xB2B852) is known color: Celery. HEX triplet: B2, B8 and 52. RGB value is (178,184,82). Sum of RGB (Red+Green+Blue) = 178+184+82=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B852 is #4D47AD. Grayscale: #AAAAAA. Windows color (decimal): -5064622 or 5421234. OLE color: 5421234.
HSL color Cylindrical-coordinate representation of color #B2B852: hue angle of 63.53º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2B852 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 82 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.28 |
| HSL | 63.53º | 0.42% | 0.52% | - |
| HSV(B) | 63.53º | 0.55% | 0.72% | - |
| XYZ | 37.02 | 44.36 | 14.59 | - |
| YUV | 170.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 82 | 0.03 | 0 | 0.55 | 0.28 | 63.53 | 0.42 | 0.52 |
| Hex | B2 | B8 | 52 | 3 | 0 | 37 | 1C | 40 | 2A | 34 |
| Octal | 262 | 270 | 122 | 3 | 0 | 67 | 34 | 100 | 52 | 64 |
| Binary | 10110010 | 10111000 | 1010010 | 11 | 0 | 110111 | 11100 | 1000000 | 101010 | 110100 |
Color Harmonies of #B2B852
Complementary color
Monochromatic Colors of #B2B852
Black with #B2B852
Text Example
Text Example
White with #B2B852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B852; }
p { color: rgb(178,184,82); }
H1.HeaderClassName
{
color: #B2B852;
}
.AnyTagClassName
{
color: #B2B852;
}
</style>
background-color css
<style>
a { background-color: #B2B852; }
a { background-color: rgb(178,184,82); }
div.DivClassName
{
background-color: #B2B852;
}
.BgClassName
{
background-color: #B2B852;
}
</style>
border-color css
<style>
span { border-color: #B2B852; }
span { border-color: rgb(178,184,82); }
td.TdClassName
{
border-color: #B2B852;
}
.TagClassName
{
border-color: #B2B852;
}
</style>