Shades of Celery #B9BA44
Tints of Celery #B9BA44
RGB
CMYK
RGB Variations
Color information
#B9BA44 (or 0xB9BA44) is known color: Celery. HEX triplet: B9, BA and 44. RGB value is (185,186,68). Sum of RGB (Red+Green+Blue) = 185+186+68=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA44 is #4645BB. Grayscale: #ACACAC. Windows color (decimal): -4605372 or 4504249. OLE color: 4504249.
HSL color Cylindrical-coordinate representation of color #B9BA44: hue angle of 60.51º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9BA44 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 68 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.27 |
| HSL | 60.51º | 0.46% | 0.5% | - |
| HSV(B) | 60.51º | 0.63% | 0.73% | - |
| XYZ | 38.61 | 45.85 | 12.28 | - |
| YUV | 172.25 | 69.17 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 68 | 0.01 | 0 | 0.63 | 0.27 | 60.51 | 0.46 | 0.5 |
| Hex | B9 | BA | 44 | 1 | 0 | 3F | 1B | 3D | 2E | 32 |
| Octal | 271 | 272 | 104 | 1 | 0 | 77 | 33 | 75 | 56 | 62 |
| Binary | 10111001 | 10111010 | 1000100 | 1 | 0 | 111111 | 11011 | 111101 | 101110 | 110010 |
Color Harmonies of #B9BA44
Complementary color
Monochromatic Colors of #B9BA44
Black with #B9BA44
Text Example
Text Example
White with #B9BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA44; }
p { color: rgb(185,186,68); }
H1.HeaderClassName
{
color: #B9BA44;
}
.AnyTagClassName
{
color: #B9BA44;
}
</style>
background-color css
<style>
a { background-color: #B9BA44; }
a { background-color: rgb(185,186,68); }
div.DivClassName
{
background-color: #B9BA44;
}
.BgClassName
{
background-color: #B9BA44;
}
</style>
border-color css
<style>
span { border-color: #B9BA44; }
span { border-color: rgb(185,186,68); }
td.TdClassName
{
border-color: #B9BA44;
}
.TagClassName
{
border-color: #B9BA44;
}
</style>