Shades of Celery #BABB3B
Tints of Celery #BABB3B
RGB
CMYK
RGB Variations
Color information
#BABB3B (or 0xBABB3B) is known color: Celery. HEX triplet: BA, BB and 3B. RGB value is (186,187,59). Sum of RGB (Red+Green+Blue) = 186+187+59=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB3B is #4544C4. Grayscale: #ACACAC. Windows color (decimal): -4539589 or 3914682. OLE color: 3914682.
HSL color Cylindrical-coordinate representation of color #BABB3B: hue angle of 60.47º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BABB3B is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 59 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.27 |
| HSL | 60.47º | 0.52% | 0.48% | - |
| HSV(B) | 60.47º | 0.68% | 0.73% | - |
| XYZ | 38.81 | 46.3 | 11.03 | - |
| YUV | 172.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 59 | 0.01 | 0 | 0.68 | 0.27 | 60.47 | 0.52 | 0.48 |
| Hex | BA | BB | 3B | 1 | 0 | 44 | 1B | 3C | 34 | 30 |
| Octal | 272 | 273 | 73 | 1 | 0 | 104 | 33 | 74 | 64 | 60 |
| Binary | 10111010 | 10111011 | 111011 | 1 | 0 | 1000100 | 11011 | 111100 | 110100 | 110000 |
Color Harmonies of #BABB3B
Complementary color
Monochromatic Colors of #BABB3B
Black with #BABB3B
Text Example
Text Example
White with #BABB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB3B; }
p { color: rgb(186,187,59); }
H1.HeaderClassName
{
color: #BABB3B;
}
.AnyTagClassName
{
color: #BABB3B;
}
</style>
background-color css
<style>
a { background-color: #BABB3B; }
a { background-color: rgb(186,187,59); }
div.DivClassName
{
background-color: #BABB3B;
}
.BgClassName
{
background-color: #BABB3B;
}
</style>
border-color css
<style>
span { border-color: #BABB3B; }
span { border-color: rgb(186,187,59); }
td.TdClassName
{
border-color: #BABB3B;
}
.TagClassName
{
border-color: #BABB3B;
}
</style>