Shades of Celery #BABB50
Tints of Celery #BABB50
RGB
CMYK
RGB Variations
Color information
#BABB50 (or 0xBABB50) is known color: Celery. HEX triplet: BA, BB and 50. RGB value is (186,187,80). Sum of RGB (Red+Green+Blue) = 186+187+80=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB50 is #4544AF. Grayscale: #AEAEAE. Windows color (decimal): -4539568 or 5290938. OLE color: 5290938.
HSL color Cylindrical-coordinate representation of color #BABB50: hue angle of 60.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BABB50 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 80 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.27 |
| HSL | 60.56º | 0.44% | 0.52% | - |
| HSV(B) | 60.56º | 0.57% | 0.73% | - |
| XYZ | 39.47 | 46.56 | 14.5 | - |
| YUV | 174.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 80 | 0.01 | 0 | 0.57 | 0.27 | 60.56 | 0.44 | 0.52 |
| Hex | BA | BB | 50 | 1 | 0 | 39 | 1B | 3D | 2C | 34 |
| Octal | 272 | 273 | 120 | 1 | 0 | 71 | 33 | 75 | 54 | 64 |
| Binary | 10111010 | 10111011 | 1010000 | 1 | 0 | 111001 | 11011 | 111101 | 101100 | 110100 |
Color Harmonies of #BABB50
Complementary color
Monochromatic Colors of #BABB50
Black with #BABB50
Text Example
Text Example
White with #BABB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB50; }
p { color: rgb(186,187,80); }
H1.HeaderClassName
{
color: #BABB50;
}
.AnyTagClassName
{
color: #BABB50;
}
</style>
background-color css
<style>
a { background-color: #BABB50; }
a { background-color: rgb(186,187,80); }
div.DivClassName
{
background-color: #BABB50;
}
.BgClassName
{
background-color: #BABB50;
}
</style>
border-color css
<style>
span { border-color: #BABB50; }
span { border-color: rgb(186,187,80); }
td.TdClassName
{
border-color: #BABB50;
}
.TagClassName
{
border-color: #BABB50;
}
</style>