Shades of Celery #B2B844
Tints of Celery #B2B844
RGB
CMYK
RGB Variations
Color information
#B2B844 (or 0xB2B844) is known color: Celery. HEX triplet: B2, B8 and 44. RGB value is (178,184,68). Sum of RGB (Red+Green+Blue) = 178+184+68=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B844 is #4D47BB. Grayscale: #A9A9A9. Windows color (decimal): -5064636 or 4503730. OLE color: 4503730.
HSL color Cylindrical-coordinate representation of color #B2B844: hue angle of 63.1º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2B844 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 68 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.28 |
| HSL | 63.1º | 0.46% | 0.49% | - |
| HSV(B) | 63.1º | 0.63% | 0.72% | - |
| XYZ | 36.54 | 44.16 | 12.07 | - |
| YUV | 168.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 68 | 0.03 | 0 | 0.63 | 0.28 | 63.1 | 0.46 | 0.49 |
| Hex | B2 | B8 | 44 | 3 | 0 | 3F | 1C | 3F | 2E | 31 |
| Octal | 262 | 270 | 104 | 3 | 0 | 77 | 34 | 77 | 56 | 61 |
| Binary | 10110010 | 10111000 | 1000100 | 11 | 0 | 111111 | 11100 | 111111 | 101110 | 110001 |
Color Harmonies of #B2B844
Complementary color
Monochromatic Colors of #B2B844
Black with #B2B844
Text Example
Text Example
White with #B2B844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B844; }
p { color: rgb(178,184,68); }
H1.HeaderClassName
{
color: #B2B844;
}
.AnyTagClassName
{
color: #B2B844;
}
</style>
background-color css
<style>
a { background-color: #B2B844; }
a { background-color: rgb(178,184,68); }
div.DivClassName
{
background-color: #B2B844;
}
.BgClassName
{
background-color: #B2B844;
}
</style>
border-color css
<style>
span { border-color: #B2B844; }
span { border-color: rgb(178,184,68); }
td.TdClassName
{
border-color: #B2B844;
}
.TagClassName
{
border-color: #B2B844;
}
</style>