Shades of Celery #B3BA50
Tints of Celery #B3BA50
RGB
CMYK
RGB Variations
Color information
#B3BA50 (or 0xB3BA50) is known color: Celery. HEX triplet: B3, BA and 50. RGB value is (179,186,80). Sum of RGB (Red+Green+Blue) = 179+186+80=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA50 is #4C45AF. Grayscale: #ACACAC. Windows color (decimal): -4998576 or 5290675. OLE color: 5290675.
HSL color Cylindrical-coordinate representation of color #B3BA50: hue angle of 63.96º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3BA50 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 80 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.27 |
| HSL | 63.96º | 0.43% | 0.52% | - |
| HSV(B) | 63.96º | 0.57% | 0.73% | - |
| XYZ | 37.6 | 45.28 | 14.35 | - |
| YUV | 171.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 80 | 0.04 | 0 | 0.57 | 0.27 | 63.96 | 0.43 | 0.52 |
| Hex | B3 | BA | 50 | 4 | 0 | 39 | 1B | 40 | 2B | 34 |
| Octal | 263 | 272 | 120 | 4 | 0 | 71 | 33 | 100 | 53 | 64 |
| Binary | 10110011 | 10111010 | 1010000 | 100 | 0 | 111001 | 11011 | 1000000 | 101011 | 110100 |
Color Harmonies of #B3BA50
Complementary color
Monochromatic Colors of #B3BA50
Black with #B3BA50
Text Example
Text Example
White with #B3BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA50; }
p { color: rgb(179,186,80); }
H1.HeaderClassName
{
color: #B3BA50;
}
.AnyTagClassName
{
color: #B3BA50;
}
</style>
background-color css
<style>
a { background-color: #B3BA50; }
a { background-color: rgb(179,186,80); }
div.DivClassName
{
background-color: #B3BA50;
}
.BgClassName
{
background-color: #B3BA50;
}
</style>
border-color css
<style>
span { border-color: #B3BA50; }
span { border-color: rgb(179,186,80); }
td.TdClassName
{
border-color: #B3BA50;
}
.TagClassName
{
border-color: #B3BA50;
}
</style>