Shades of Celery #B2B648
Tints of Celery #B2B648
RGB
CMYK
RGB Variations
Color information
#B2B648 (or 0xB2B648) is known color: Celery. HEX triplet: B2, B6 and 48. RGB value is (178,182,72). Sum of RGB (Red+Green+Blue) = 178+182+72=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B648 is #4D49B7. Grayscale: #A8A8A8. Windows color (decimal): -5065144 or 4765362. OLE color: 4765362.
HSL color Cylindrical-coordinate representation of color #B2B648: hue angle of 62.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2B648 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 72 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.29 |
| HSL | 62.18º | 0.43% | 0.5% | - |
| HSV(B) | 62.18º | 0.6% | 0.71% | - |
| XYZ | 36.26 | 43.39 | 12.59 | - |
| YUV | 168.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 72 | 0.02 | 0 | 0.60 | 0.29 | 62.18 | 0.43 | 0.5 |
| Hex | B2 | B6 | 48 | 2 | 0 | 3C | 1D | 3E | 2B | 32 |
| Octal | 262 | 266 | 110 | 2 | 0 | 74 | 35 | 76 | 53 | 62 |
| Binary | 10110010 | 10110110 | 1001000 | 10 | 0 | 111100 | 11101 | 111110 | 101011 | 110010 |
Color Harmonies of #B2B648
Complementary color
Monochromatic Colors of #B2B648
Black with #B2B648
Text Example
Text Example
White with #B2B648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B648; }
p { color: rgb(178,182,72); }
H1.HeaderClassName
{
color: #B2B648;
}
.AnyTagClassName
{
color: #B2B648;
}
</style>
background-color css
<style>
a { background-color: #B2B648; }
a { background-color: rgb(178,182,72); }
div.DivClassName
{
background-color: #B2B648;
}
.BgClassName
{
background-color: #B2B648;
}
</style>
border-color css
<style>
span { border-color: #B2B648; }
span { border-color: rgb(178,182,72); }
td.TdClassName
{
border-color: #B2B648;
}
.TagClassName
{
border-color: #B2B648;
}
</style>