Shades of Celery #B2B84D
Tints of Celery #B2B84D
RGB
CMYK
RGB Variations
Color information
#B2B84D (or 0xB2B84D) is known color: Celery. HEX triplet: B2, B8 and 4D. RGB value is (178,184,77). Sum of RGB (Red+Green+Blue) = 178+184+77=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B84D is #4D47B2. Grayscale: #AAAAAA. Windows color (decimal): -5064627 or 5093554. OLE color: 5093554.
HSL color Cylindrical-coordinate representation of color #B2B84D: hue angle of 63.36º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2B84D is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 77 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.28 |
| HSL | 63.36º | 0.43% | 0.51% | - |
| HSV(B) | 63.36º | 0.58% | 0.72% | - |
| XYZ | 36.84 | 44.28 | 13.63 | - |
| YUV | 170.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 77 | 0.03 | 0 | 0.58 | 0.28 | 63.36 | 0.43 | 0.51 |
| Hex | B2 | B8 | 4D | 3 | 0 | 3A | 1C | 3F | 2B | 33 |
| Octal | 262 | 270 | 115 | 3 | 0 | 72 | 34 | 77 | 53 | 63 |
| Binary | 10110010 | 10111000 | 1001101 | 11 | 0 | 111010 | 11100 | 111111 | 101011 | 110011 |
Color Harmonies of #B2B84D
Complementary color
Monochromatic Colors of #B2B84D
Black with #B2B84D
Text Example
Text Example
White with #B2B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B84D; }
p { color: rgb(178,184,77); }
H1.HeaderClassName
{
color: #B2B84D;
}
.AnyTagClassName
{
color: #B2B84D;
}
</style>
background-color css
<style>
a { background-color: #B2B84D; }
a { background-color: rgb(178,184,77); }
div.DivClassName
{
background-color: #B2B84D;
}
.BgClassName
{
background-color: #B2B84D;
}
</style>
border-color css
<style>
span { border-color: #B2B84D; }
span { border-color: rgb(178,184,77); }
td.TdClassName
{
border-color: #B2B84D;
}
.TagClassName
{
border-color: #B2B84D;
}
</style>