Shades of Celery #B2B649
Tints of Celery #B2B649
RGB
CMYK
RGB Variations
Color information
#B2B649 (or 0xB2B649) is known color: Celery. HEX triplet: B2, B6 and 49. RGB value is (178,182,73). Sum of RGB (Red+Green+Blue) = 178+182+73=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B649 is #4D49B6. Grayscale: #A8A8A8. Windows color (decimal): -5065143 or 4830898. OLE color: 4830898.
HSL color Cylindrical-coordinate representation of color #B2B649: hue angle of 62.2º 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 #B2B649 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 73 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.29 |
| HSL | 62.2º | 0.43% | 0.5% | - |
| HSV(B) | 62.2º | 0.6% | 0.71% | - |
| XYZ | 36.29 | 43.4 | 12.77 | - |
| YUV | 168.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 73 | 0.02 | 0 | 0.60 | 0.29 | 62.2 | 0.43 | 0.5 |
| Hex | B2 | B6 | 49 | 2 | 0 | 3C | 1D | 3E | 2B | 32 |
| Octal | 262 | 266 | 111 | 2 | 0 | 74 | 35 | 76 | 53 | 62 |
| Binary | 10110010 | 10110110 | 1001001 | 10 | 0 | 111100 | 11101 | 111110 | 101011 | 110010 |
Color Harmonies of #B2B649
Complementary color
Monochromatic Colors of #B2B649
Black with #B2B649
Text Example
Text Example
White with #B2B649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B649; }
p { color: rgb(178,182,73); }
H1.HeaderClassName
{
color: #B2B649;
}
.AnyTagClassName
{
color: #B2B649;
}
</style>
background-color css
<style>
a { background-color: #B2B649; }
a { background-color: rgb(178,182,73); }
div.DivClassName
{
background-color: #B2B649;
}
.BgClassName
{
background-color: #B2B649;
}
</style>
border-color css
<style>
span { border-color: #B2B649; }
span { border-color: rgb(178,182,73); }
td.TdClassName
{
border-color: #B2B649;
}
.TagClassName
{
border-color: #B2B649;
}
</style>