Shades of Celery #B3BA47
Tints of Celery #B3BA47
RGB
CMYK
RGB Variations
Color information
#B3BA47 (or 0xB3BA47) is known color: Celery. HEX triplet: B3, BA and 47. RGB value is (179,186,71). Sum of RGB (Red+Green+Blue) = 179+186+71=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA47 is #4C45B8. Grayscale: #ABABAB. Windows color (decimal): -4998585 or 4700851. OLE color: 4700851.
HSL color Cylindrical-coordinate representation of color #B3BA47: hue angle of 63.65º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3BA47 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 71 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.27 |
| HSL | 63.65º | 0.45% | 0.5% | - |
| HSV(B) | 63.65º | 0.62% | 0.73% | - |
| XYZ | 37.29 | 45.16 | 12.71 | - |
| YUV | 170.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 71 | 0.04 | 0 | 0.62 | 0.27 | 63.65 | 0.45 | 0.5 |
| Hex | B3 | BA | 47 | 4 | 0 | 3E | 1B | 40 | 2D | 32 |
| Octal | 263 | 272 | 107 | 4 | 0 | 76 | 33 | 100 | 55 | 62 |
| Binary | 10110011 | 10111010 | 1000111 | 100 | 0 | 111110 | 11011 | 1000000 | 101101 | 110010 |
Color Harmonies of #B3BA47
Complementary color
Monochromatic Colors of #B3BA47
Black with #B3BA47
Text Example
Text Example
White with #B3BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA47; }
p { color: rgb(179,186,71); }
H1.HeaderClassName
{
color: #B3BA47;
}
.AnyTagClassName
{
color: #B3BA47;
}
</style>
background-color css
<style>
a { background-color: #B3BA47; }
a { background-color: rgb(179,186,71); }
div.DivClassName
{
background-color: #B3BA47;
}
.BgClassName
{
background-color: #B3BA47;
}
</style>
border-color css
<style>
span { border-color: #B3BA47; }
span { border-color: rgb(179,186,71); }
td.TdClassName
{
border-color: #B3BA47;
}
.TagClassName
{
border-color: #B3BA47;
}
</style>