Shades of Celery #BABB44
Tints of Celery #BABB44
RGB
CMYK
RGB Variations
Color information
#BABB44 (or 0xBABB44) is known color: Celery. HEX triplet: BA, BB and 44. RGB value is (186,187,68). Sum of RGB (Red+Green+Blue) = 186+187+68=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB44 is #4544BB. Grayscale: #ADADAD. Windows color (decimal): -4539580 or 4504506. OLE color: 4504506.
HSL color Cylindrical-coordinate representation of color #BABB44: hue angle of 60.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BABB44 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 68 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.27 |
| HSL | 60.5º | 0.47% | 0.5% | - |
| HSV(B) | 60.5º | 0.64% | 0.73% | - |
| XYZ | 39.06 | 46.4 | 12.37 | - |
| YUV | 173.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 68 | 0.01 | 0 | 0.64 | 0.27 | 60.5 | 0.47 | 0.5 |
| Hex | BA | BB | 44 | 1 | 0 | 40 | 1B | 3D | 2F | 32 |
| Octal | 272 | 273 | 104 | 1 | 0 | 100 | 33 | 75 | 57 | 62 |
| Binary | 10111010 | 10111011 | 1000100 | 1 | 0 | 1000000 | 11011 | 111101 | 101111 | 110010 |
Color Harmonies of #BABB44
Complementary color
Monochromatic Colors of #BABB44
Black with #BABB44
Text Example
Text Example
White with #BABB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB44; }
p { color: rgb(186,187,68); }
H1.HeaderClassName
{
color: #BABB44;
}
.AnyTagClassName
{
color: #BABB44;
}
</style>
background-color css
<style>
a { background-color: #BABB44; }
a { background-color: rgb(186,187,68); }
div.DivClassName
{
background-color: #BABB44;
}
.BgClassName
{
background-color: #BABB44;
}
</style>
border-color css
<style>
span { border-color: #BABB44; }
span { border-color: rgb(186,187,68); }
td.TdClassName
{
border-color: #BABB44;
}
.TagClassName
{
border-color: #BABB44;
}
</style>