Shades of Celery #B2BA4F
Tints of Celery #B2BA4F
RGB
CMYK
RGB Variations
Color information
#B2BA4F (or 0xB2BA4F) is known color: Celery. HEX triplet: B2, BA and 4F. RGB value is (178,186,79). Sum of RGB (Red+Green+Blue) = 178+186+79=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA4F is #4D45B0. Grayscale: #ABABAB. Windows color (decimal): -5064113 or 5225138. OLE color: 5225138.
HSL color Cylindrical-coordinate representation of color #B2BA4F: hue angle of 64.49º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2BA4F is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 79 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.27 |
| HSL | 64.49º | 0.44% | 0.52% | - |
| HSV(B) | 64.49º | 0.58% | 0.73% | - |
| XYZ | 37.33 | 45.15 | 14.14 | - |
| YUV | 171.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 79 | 0.04 | 0 | 0.58 | 0.27 | 64.49 | 0.44 | 0.52 |
| Hex | B2 | BA | 4F | 4 | 0 | 3A | 1B | 40 | 2C | 34 |
| Octal | 262 | 272 | 117 | 4 | 0 | 72 | 33 | 100 | 54 | 64 |
| Binary | 10110010 | 10111010 | 1001111 | 100 | 0 | 111010 | 11011 | 1000000 | 101100 | 110100 |
Color Harmonies of #B2BA4F
Complementary color
Monochromatic Colors of #B2BA4F
Black with #B2BA4F
Text Example
Text Example
White with #B2BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA4F; }
p { color: rgb(178,186,79); }
H1.HeaderClassName
{
color: #B2BA4F;
}
.AnyTagClassName
{
color: #B2BA4F;
}
</style>
background-color css
<style>
a { background-color: #B2BA4F; }
a { background-color: rgb(178,186,79); }
div.DivClassName
{
background-color: #B2BA4F;
}
.BgClassName
{
background-color: #B2BA4F;
}
</style>
border-color css
<style>
span { border-color: #B2BA4F; }
span { border-color: rgb(178,186,79); }
td.TdClassName
{
border-color: #B2BA4F;
}
.TagClassName
{
border-color: #B2BA4F;
}
</style>