Shades of Celery #B2B752
Tints of Celery #B2B752
RGB
CMYK
RGB Variations
Color information
#B2B752 (or 0xB2B752) is known color: Celery. HEX triplet: B2, B7 and 52. RGB value is (178,183,82). Sum of RGB (Red+Green+Blue) = 178+183+82=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B752 is #4D48AD. Grayscale: #AAAAAA. Windows color (decimal): -5064878 or 5420978. OLE color: 5420978.
HSL color Cylindrical-coordinate representation of color #B2B752: hue angle of 62.97º degrees, saturation: 0.41, 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 #B2B752 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 82 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.28 |
| HSL | 62.97º | 0.41% | 0.52% | - |
| HSV(B) | 62.97º | 0.55% | 0.72% | - |
| XYZ | 36.82 | 43.94 | 14.52 | - |
| YUV | 169.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 82 | 0.03 | 0 | 0.55 | 0.28 | 62.97 | 0.41 | 0.52 |
| Hex | B2 | B7 | 52 | 3 | 0 | 37 | 1C | 3F | 29 | 34 |
| Octal | 262 | 267 | 122 | 3 | 0 | 67 | 34 | 77 | 51 | 64 |
| Binary | 10110010 | 10110111 | 1010010 | 11 | 0 | 110111 | 11100 | 111111 | 101001 | 110100 |
Color Harmonies of #B2B752
Complementary color
Monochromatic Colors of #B2B752
Black with #B2B752
Text Example
Text Example
White with #B2B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B752; }
p { color: rgb(178,183,82); }
H1.HeaderClassName
{
color: #B2B752;
}
.AnyTagClassName
{
color: #B2B752;
}
</style>
background-color css
<style>
a { background-color: #B2B752; }
a { background-color: rgb(178,183,82); }
div.DivClassName
{
background-color: #B2B752;
}
.BgClassName
{
background-color: #B2B752;
}
</style>
border-color css
<style>
span { border-color: #B2B752; }
span { border-color: rgb(178,183,82); }
td.TdClassName
{
border-color: #B2B752;
}
.TagClassName
{
border-color: #B2B752;
}
</style>