Shades of Celery #B3BA3D
Tints of Celery #B3BA3D
RGB
CMYK
RGB Variations
Color information
#B3BA3D (or 0xB3BA3D) is known color: Celery. HEX triplet: B3, BA and 3D. RGB value is (179,186,61). Sum of RGB (Red+Green+Blue) = 179+186+61=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA3D is #4C45C2. Grayscale: #AAAAAA. Windows color (decimal): -4998595 or 4045491. OLE color: 4045491.
HSL color Cylindrical-coordinate representation of color #B3BA3D: hue angle of 63.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3BA3D is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 61 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.27 |
| HSL | 63.36º | 0.51% | 0.48% | - |
| HSV(B) | 63.36º | 0.67% | 0.73% | - |
| XYZ | 36.99 | 45.04 | 11.16 | - |
| YUV | 169.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 61 | 0.04 | 0 | 0.67 | 0.27 | 63.36 | 0.51 | 0.48 |
| Hex | B3 | BA | 3D | 4 | 0 | 43 | 1B | 3F | 33 | 30 |
| Octal | 263 | 272 | 75 | 4 | 0 | 103 | 33 | 77 | 63 | 60 |
| Binary | 10110011 | 10111010 | 111101 | 100 | 0 | 1000011 | 11011 | 111111 | 110011 | 110000 |
Color Harmonies of #B3BA3D
Complementary color
Monochromatic Colors of #B3BA3D
Black with #B3BA3D
Text Example
Text Example
White with #B3BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA3D; }
p { color: rgb(179,186,61); }
H1.HeaderClassName
{
color: #B3BA3D;
}
.AnyTagClassName
{
color: #B3BA3D;
}
</style>
background-color css
<style>
a { background-color: #B3BA3D; }
a { background-color: rgb(179,186,61); }
div.DivClassName
{
background-color: #B3BA3D;
}
.BgClassName
{
background-color: #B3BA3D;
}
</style>
border-color css
<style>
span { border-color: #B3BA3D; }
span { border-color: rgb(179,186,61); }
td.TdClassName
{
border-color: #B3BA3D;
}
.TagClassName
{
border-color: #B3BA3D;
}
</style>