Shades of Celery #B9BA3D
Tints of Celery #B9BA3D
RGB
CMYK
RGB Variations
Color information
#B9BA3D (or 0xB9BA3D) is known color: Celery. HEX triplet: B9, BA and 3D. RGB value is (185,186,61). Sum of RGB (Red+Green+Blue) = 185+186+61=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA3D is #4645C2. Grayscale: #ABABAB. Windows color (decimal): -4605379 or 4045497. OLE color: 4045497.
HSL color Cylindrical-coordinate representation of color #B9BA3D: hue angle of 60.48º 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 #B9BA3D is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 61 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.27 |
| HSL | 60.48º | 0.51% | 0.48% | - |
| HSV(B) | 60.48º | 0.67% | 0.73% | - |
| XYZ | 38.41 | 45.77 | 11.22 | - |
| YUV | 171.45 | 65.67 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 61 | 0.01 | 0 | 0.67 | 0.27 | 60.48 | 0.51 | 0.48 |
| Hex | B9 | BA | 3D | 1 | 0 | 43 | 1B | 3C | 33 | 30 |
| Octal | 271 | 272 | 75 | 1 | 0 | 103 | 33 | 74 | 63 | 60 |
| Binary | 10111001 | 10111010 | 111101 | 1 | 0 | 1000011 | 11011 | 111100 | 110011 | 110000 |
Color Harmonies of #B9BA3D
Complementary color
Monochromatic Colors of #B9BA3D
Black with #B9BA3D
Text Example
Text Example
White with #B9BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA3D; }
p { color: rgb(185,186,61); }
H1.HeaderClassName
{
color: #B9BA3D;
}
.AnyTagClassName
{
color: #B9BA3D;
}
</style>
background-color css
<style>
a { background-color: #B9BA3D; }
a { background-color: rgb(185,186,61); }
div.DivClassName
{
background-color: #B9BA3D;
}
.BgClassName
{
background-color: #B9BA3D;
}
</style>
border-color css
<style>
span { border-color: #B9BA3D; }
span { border-color: rgb(185,186,61); }
td.TdClassName
{
border-color: #B9BA3D;
}
.TagClassName
{
border-color: #B9BA3D;
}
</style>