Shades of Celery #BABB42
Tints of Celery #BABB42
RGB
CMYK
RGB Variations
Color information
#BABB42 (or 0xBABB42) is known color: Celery. HEX triplet: BA, BB and 42. RGB value is (186,187,66). Sum of RGB (Red+Green+Blue) = 186+187+66=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB42 is #4544BD. Grayscale: #ADADAD. Windows color (decimal): -4539582 or 4373434. OLE color: 4373434.
HSL color Cylindrical-coordinate representation of color #BABB42: hue angle of 60.5º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BABB42 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 66 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.27 |
| HSL | 60.5º | 0.48% | 0.5% | - |
| HSV(B) | 60.5º | 0.65% | 0.73% | - |
| XYZ | 39 | 46.37 | 12.05 | - |
| YUV | 172.91 | 67.67 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 66 | 0.01 | 0 | 0.65 | 0.27 | 60.5 | 0.48 | 0.5 |
| Hex | BA | BB | 42 | 1 | 0 | 41 | 1B | 3C | 30 | 32 |
| Octal | 272 | 273 | 102 | 1 | 0 | 101 | 33 | 74 | 60 | 62 |
| Binary | 10111010 | 10111011 | 1000010 | 1 | 0 | 1000001 | 11011 | 111100 | 110000 | 110010 |
Color Harmonies of #BABB42
Complementary color
Monochromatic Colors of #BABB42
Black with #BABB42
Text Example
Text Example
White with #BABB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB42; }
p { color: rgb(186,187,66); }
H1.HeaderClassName
{
color: #BABB42;
}
.AnyTagClassName
{
color: #BABB42;
}
</style>
background-color css
<style>
a { background-color: #BABB42; }
a { background-color: rgb(186,187,66); }
div.DivClassName
{
background-color: #BABB42;
}
.BgClassName
{
background-color: #BABB42;
}
</style>
border-color css
<style>
span { border-color: #BABB42; }
span { border-color: rgb(186,187,66); }
td.TdClassName
{
border-color: #BABB42;
}
.TagClassName
{
border-color: #BABB42;
}
</style>