Shades of Celery #B2BA38
Tints of Celery #B2BA38
RGB
CMYK
RGB Variations
Color information
#B2BA38 (or 0xB2BA38) is known color: Celery. HEX triplet: B2, BA and 38. RGB value is (178,186,56). Sum of RGB (Red+Green+Blue) = 178+186+56=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA38 is #4D45C7. Grayscale: #A9A9A9. Windows color (decimal): -5064136 or 3717810. OLE color: 3717810.
HSL color Cylindrical-coordinate representation of color #B2BA38: hue angle of 63.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2BA38 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 56 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.27 |
| HSL | 63.69º | 0.54% | 0.47% | - |
| HSV(B) | 63.69º | 0.7% | 0.73% | - |
| XYZ | 36.63 | 44.87 | 10.47 | - |
| YUV | 168.79 | 64.35 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 56 | 0.04 | 0 | 0.70 | 0.27 | 63.69 | 0.54 | 0.47 |
| Hex | B2 | BA | 38 | 4 | 0 | 46 | 1B | 40 | 36 | 2F |
| Octal | 262 | 272 | 70 | 4 | 0 | 106 | 33 | 100 | 66 | 57 |
| Binary | 10110010 | 10111010 | 111000 | 100 | 0 | 1000110 | 11011 | 1000000 | 110110 | 101111 |
Color Harmonies of #B2BA38
Complementary color
Monochromatic Colors of #B2BA38
Black with #B2BA38
Text Example
Text Example
White with #B2BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA38; }
p { color: rgb(178,186,56); }
H1.HeaderClassName
{
color: #B2BA38;
}
.AnyTagClassName
{
color: #B2BA38;
}
</style>
background-color css
<style>
a { background-color: #B2BA38; }
a { background-color: rgb(178,186,56); }
div.DivClassName
{
background-color: #B2BA38;
}
.BgClassName
{
background-color: #B2BA38;
}
</style>
border-color css
<style>
span { border-color: #B2BA38; }
span { border-color: rgb(178,186,56); }
td.TdClassName
{
border-color: #B2BA38;
}
.TagClassName
{
border-color: #B2BA38;
}
</style>