Shades of Celery #B2BD52
Tints of Celery #B2BD52
RGB
CMYK
RGB Variations
Color information
#B2BD52 (or 0xB2BD52) is known color: Celery. HEX triplet: B2, BD and 52. RGB value is (178,189,82). Sum of RGB (Red+Green+Blue) = 178+189+82=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD52 is #4D42AD. Grayscale: #ADADAD. Windows color (decimal): -5063342 or 5422514. OLE color: 5422514.
HSL color Cylindrical-coordinate representation of color #B2BD52: hue angle of 66.17º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2BD52 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 82 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.26 |
| HSL | 66.17º | 0.45% | 0.53% | - |
| HSV(B) | 66.17º | 0.57% | 0.74% | - |
| XYZ | 38.08 | 46.47 | 14.95 | - |
| YUV | 173.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 82 | 0.06 | 0 | 0.57 | 0.26 | 66.17 | 0.45 | 0.53 |
| Hex | B2 | BD | 52 | 6 | 0 | 39 | 1A | 42 | 2D | 35 |
| Octal | 262 | 275 | 122 | 6 | 0 | 71 | 32 | 102 | 55 | 65 |
| Binary | 10110010 | 10111101 | 1010010 | 110 | 0 | 111001 | 11010 | 1000010 | 101101 | 110101 |
Color Harmonies of #B2BD52
Complementary color
Monochromatic Colors of #B2BD52
Black with #B2BD52
Text Example
Text Example
White with #B2BD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD52; }
p { color: rgb(178,189,82); }
H1.HeaderClassName
{
color: #B2BD52;
}
.AnyTagClassName
{
color: #B2BD52;
}
</style>
background-color css
<style>
a { background-color: #B2BD52; }
a { background-color: rgb(178,189,82); }
div.DivClassName
{
background-color: #B2BD52;
}
.BgClassName
{
background-color: #B2BD52;
}
</style>
border-color css
<style>
span { border-color: #B2BD52; }
span { border-color: rgb(178,189,82); }
td.TdClassName
{
border-color: #B2BD52;
}
.TagClassName
{
border-color: #B2BD52;
}
</style>