Shades of Celery #B3BA34
Tints of Celery #B3BA34
RGB
CMYK
RGB Variations
Color information
#B3BA34 (or 0xB3BA34) is known color: Celery. HEX triplet: B3, BA and 34. RGB value is (179,186,52). Sum of RGB (Red+Green+Blue) = 179+186+52=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA34 is #4C45CB. Grayscale: #A9A9A9. Windows color (decimal): -4998604 or 3455667. OLE color: 3455667.
HSL color Cylindrical-coordinate representation of color #B3BA34: hue angle of 63.13º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3BA34 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 52 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.27 |
| HSL | 63.13º | 0.56% | 0.47% | - |
| HSV(B) | 63.13º | 0.72% | 0.73% | - |
| XYZ | 36.77 | 44.95 | 9.99 | - |
| YUV | 168.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 52 | 0.04 | 0 | 0.72 | 0.27 | 63.13 | 0.56 | 0.47 |
| Hex | B3 | BA | 34 | 4 | 0 | 48 | 1B | 3F | 38 | 2F |
| Octal | 263 | 272 | 64 | 4 | 0 | 110 | 33 | 77 | 70 | 57 |
| Binary | 10110011 | 10111010 | 110100 | 100 | 0 | 1001000 | 11011 | 111111 | 111000 | 101111 |
Color Harmonies of #B3BA34
Complementary color
Monochromatic Colors of #B3BA34
Black with #B3BA34
Text Example
Text Example
White with #B3BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA34; }
p { color: rgb(179,186,52); }
H1.HeaderClassName
{
color: #B3BA34;
}
.AnyTagClassName
{
color: #B3BA34;
}
</style>
background-color css
<style>
a { background-color: #B3BA34; }
a { background-color: rgb(179,186,52); }
div.DivClassName
{
background-color: #B3BA34;
}
.BgClassName
{
background-color: #B3BA34;
}
</style>
border-color css
<style>
span { border-color: #B3BA34; }
span { border-color: rgb(179,186,52); }
td.TdClassName
{
border-color: #B3BA34;
}
.TagClassName
{
border-color: #B3BA34;
}
</style>